﻿/* ---------------------------------------------------------------------------------------------
	File Name: s3Slider.css
			
	Developped By: Getachew Y. Assen

	Version: 1.0
	
	Copyright: All rights reserved. No part of this publication may be reproduced, distributed, 
	or transmitted in any form or by any means, including photocopying, recording, or other 
	electronic or mechanical methods, without the prior written permission of the publisher.
------------------------------------------------------------------------------------------------ */

/* External stylesheet - slider.css */
#s3Slider {
	width:1000px;
	height:500px;
	position:relative;
	overflow:hidden;
	text-align:left;
}

#s3Slider ul { list-style-type: none;}

#s3SliderContent {
	width:1000px;
	position:absolute;
	top:0;
	margin-left:0;
}

.s3SliderImage {
	float:left;
	position:relative;
	display:none;
}

.s3SliderImage span {
	position:absolute;
	padding:10px;
	width:300px;
	height:500px;
	background-color:#C4EEAC;
	filter: alpha(opacity=70); -moz-opacity: 0.7; -khtml-opacity: 0.7; opacity:0.7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:150%;
	color:black;
	display:none;	
}

.s3SliderImage span strong {
	color:#993300;
	font-size:22px;
	line-height:300%;
}

.clear {
    clear: both;
}
.s3SliderImage span strong {
    font-size: 14px;
}

.top {
	top: 0;
	right:0;
}
