/* 
	Resets defualt browser settings
	reset.css
*/

/*
	Slideshow
*/

#slides {
	position:relative;
	top: 0px;
	padding-left:240px;
	z-index:10;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:708px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:708px;
	height:239px;
	display:block;
	background: #e8e8e8; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #e8e8e8 27%, #fcfcfc 34%, #fcfcfc 97%, #d3d3d3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(27%,#e8e8e8), color-stop(34%,#fcfcfc), color-stop(97%,#fcfcfc), color-stop(100%,#d3d3d3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #e8e8e8 27%,#fcfcfc 34%,#fcfcfc 97%,#d3d3d3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #e8e8e8 27%,#fcfcfc 34%,#fcfcfc 97%,#d3d3d3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #e8e8e8 27%,#fcfcfc 34%,#fcfcfc 97%,#d3d3d3 100%); /* IE10+ */
background: linear-gradient(135deg,  #e8e8e8 27%,#fcfcfc 34%,#fcfcfc 97%,#d3d3d3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#d3d3d3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.slides_container a img {
	display:block;
	float:right;
	width:100%;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:100px;
	left:5px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
	/*opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}

#slides .next {
	left:630px;
}

/*
	Pagination
*/
#mainpic{
	position:absolute;
	z-index:400;
	width:312px;
	margin-left:10px
}
.pagination {
	margin: 26px auto 0;
	width:70px;
	position: absolute;
	z-index: 1000;
	left:320px;
	top: 180px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

#slides .More {
	position: absolute;
	left: 400px;
	bottom: 20px;
	z-index: 500;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#slides .More:hover {	
	opacity: 1;
	filter: alpha(opacity=100);
}
