@charset "utf-8";
/* 
	Resets defualt browser settings
	reset.css
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

/*
	Page style
*/

body { 
	color:#434343;
	position:relative;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:13px;
	font-weight: bold;
}


#container {
	width:535px;
	height:190px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#slideshow {
	width:535px;
	height:190px;
	position:relative;
}
/*
	Slideshow
*/
#slides {
	height:190px;
	position:absolute;
	margin:0 auto;
}
/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:535px;
	overflow:hidden;
	position:relative;
	display:none;
	z-index:2;
}

/*
	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:535px;
	height:190px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Pagination
*/

.pagination {
	border:0;
	margin-top:-18px;
	width:535px;
	z-index:3;
	text-align:right;
}
/* Safari + Chrome 
@media screen and (-webkit-min-device-pixel-ratio:0)
{.pagination { 
	margin-top:-19px;}}*/
	
/* Opera 
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{.pagination { 
	margin-top:-20px;}}*/

.pagination li {
	position:relative;
	margin:0 auto;
	margin-right:3px;
	list-style:none;
	z-index:3;
	display:inline-block;
	*display:inline ; zoom:1;/* ie6 ie7 hack */
}

.pagination li a {
	color:#333333;
	background-color:#cccccc;
	display:block;
	width:17px;
	height:15px;
	overflow:hidden;
	text-decoration:none;
	filter:alpha(opacity=50);opacity:0.5;zoom:1;
	_display:inline; /* ie6 hack */
}
	
.pagination li.current a {
	color:#FFFFFF;
	background-color:#ff9600;
	display:block;
	text-decoration:none;
	filter:alpha(opacity=100);opacity:1;zoom:1;
	_display:inline; /* ie6 hack */
}

/*
	Anchors
*/

a:link,a:visited {
	line-height:14px;
	text-align:center;
	color:#ffffff;
	text-decoration:none;
}


@media screen and (-webkit-min-device-pixel-ratio:0)
{a:link,a:visited {
	line-height:13px;}}
	

a:hover,a:active {
	line-height:14px;
	text-align:center;
	color:#ffffff;
	text-decoration:underline;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{a:hover,a:active {
	line-height:13px;}}
	

