/* CSS Document */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,form,img,dl,dt,dd,table,th,td,blockquote,fieldset,div,strong,label,em{margin:0;padding:0;border:0;}
ul,ol,li{list-style:none;}
input,button{margin:0;font-size:12px;vertical-align:middle;}
body{font-size:12px;font-family:Arial, Helvetica, sans-serif; color:#333; margin:0 auto; }
table{border-collapse:collapse;border-spacing:0;}
.anythingSlider {
	POSITION: relative; WIDTH: 456px; HEIGHT: 222px;
}
.wrapper {
	POSITION: absolute; TEXT-ALIGN: center; LINE-HEIGHT: 140px; MARGIN: 0px; WIDTH: 436px; HEIGHT: 222px; VERTICAL-ALIGN: middle; OVERFLOW: hidden; TOP: 0px; LEFT: 0px;
}

.wrapper UL {
	POSITION: absolute; LIST-STYLE-TYPE: none; MARGIN: 0px; WIDTH: 99999px; TOP: 0px; LIST-STYLE-IMAGE: none; LEFT: 0px;
}
.anythingSlider UL LI {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 436px; PADDING-RIGHT: 0px; DISPLAY: block; FLOAT: left; HEIGHT: 222px; PADDING-TOP: 0px;
}
.arrow {
	POSITION: absolute; TEXT-INDENT: -9999px; WIDTH: 57px; DISPLAY: block; HEIGHT: 57px; TOP: 50px; CURSOR: pointer
}
.arrow {
	POSITION: absolute; TEXT-INDENT: -9999px; WIDTH: 0px; DISPLAY: block; HEIGHT: 0px; TOP: 50px; CURSOR: pointer
}
.forward {
	DISPLAY: none; BACKGROUND: url(../images/arror_prev.png) no-repeat; RIGHT: 0px
}
.back {
	DISPLAY: none; BACKGROUND: url(../images/arror_next.png) no-repeat; LEFT: 0px
}
#thumbNav {
	POSITION: relative; TEXT-ALIGN: center; TOP: 220px;
}
#thumbNav a{
	float:left;
	LINE-HEIGHT: 0px;DISPLAY: inline-block; /*BACKGROUND: url(../images/kv_dot.png) no-repeat;*/ FONT-SIZE: 1px; CURSOR: pointer; MARGIN-RIGHT: 5px;
	width:382px;
	height:2px;
	font-size:2px;
	background:transparent url(../images/line.png) center bottom repeat-x;
	outline:none;
	border-radius:2px;
}
#thumbNav a span{
	DISPLAY: none
}
#thumbNav a.cur {
	WIDTH: 50px; DISPLAY: inline-block; /*BACKGROUND: url(../images/kv_dot_on.png) no-repeat;*/
	height:2px;
	background:transparent url() center bottom repeat-x;
	BACKGROUND-COLOR:#008CD6;
	outline:none;
}
