/* 
	Resets defualt browser settings
	reset.css
*/ 
:focus { outline:0; }
a:active { outline:none; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; } 
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

/*
	Page style
*/
 
#container {
	width:950px; 
	margin:0  ;
	position:relative;
}

#example {
	width:950px;
	height:400px;
	position:relative;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:0px;
	left:0px;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {padding:0px 0 0 0px;border:1px solid #ddd;
	width:948px;
	height:348px;
	overflow:hidden;
	position:relative;
	display:none;
	margin:0 0 40px 0;
}

/*
	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 div.slide { 
	width:950px;
	height:350px;
	overflow:hidden;
	display:block;
}
.slides_container div.slide img	{border:0 solid #ddd;width:950px;height:350px;}

/*
	Next/prev buttons
*/

#slides .next { 
	position:absolute;overflow-hidden;
	top:153px;
	left:918px;
	width:24px;
	height:44px;
	display:block;
	z-index:10000;
}

#slides .prev { 
	position:absolute;overflow-hidden;
	top:153px;
	left:10px;
	width:24px;
	height:44px;
	display:block;
	z-index:10000;
}
 

/*
	Pagination
*/

.pagination {
	position:absolute;
	top:310px;
	left:470px;
	margin:12px auto 0;
	z-index:50000;
}

.pagination li {
	float:left;
	margin:0 2px;
	list-style:none;
}

.pagination li a {
	display:block;margin:6px 0 0 0;
	width:15px;
	height:0;
	padding-top:12px;
	background:url(../image/main/main_img_icon.png) no-repeat 0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -14px;
	width:25px;
}

/*
	Caption
*/

.caption {
	position:absolute;
	top:362px;
	bottom:0px;
	left:0;
	height:30px;
	padding:9px 0 5px 6px;
	background-color:#000000;
	width:950px;
	font-size:12px;
	line-height:140%;
	color:#ffffff; 
	text-shadow:none; text-align:left; font-weight:normal;
	z-index:5;
}

/*
	Anchors
*/

 