/* GENERAL STYLES */
/* ------------------------------------------------------------------------
	s3Slider
	
	Developped By: Boban Karišik -> http://www.serie3.info/
        CSS Help: Mészáros Róbert -> http://www.perspectived.com/
	Version: 1.0
	
	Copyright: Feel free to redistribute the script/modify it, as
			   long as you leave my infos at the top.
------------------------------------------------------------------------- */

#slider1 {
    width: 958px; /* important to be same as image width */
    height: 226px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	
	border:1px;
	border-color:#000;
	border-style:solid;
}

#slider1Content {
    width: 624px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin: 0;
	padding:0;
	
	list-style-type: none;
}
.slider1Image {
    float: left;
    position: relative;

}

.slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 0px;
    width: 624px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}

.slide_right {
	right: -336px;
	bottom: 0;
	width: 336px !important;
	height: 230px;
}

#btn1, #btn2, #btn3
{
	width:100px;
	height:19px;
	float:left;
	
	padding-top:5px;
	
	color:#fff;
		
	text-align:center;
}

.button_bar
{
	width: 960px;
	height:25px;
	background-color:#000;
}

.slide_holder
{
	padding:10px;
}

.slide_header
{
	padding-top:5px;
	color:#fff;
	font-size:3em;
	
	line-height:110%
}

.slide_body
{
	color:#999;
	font-size:1.3em;
	font-weight:bold;
}

a.link_holder:link, a.link_holder:visited 
{
	color:#fff; 
	text-decoration:none;
	
	font-size:1.3em;
	font-weight:bold;
}

a.link_holder:hover 
{
	color:#fff;
	text-decoration:underline;
	
	font-size:1.3em;
	font-weight:bold;
}

/* EDITOR PROPERTIES */
