@charset "UTF-8";
/* CSS Document */

#slider {
	width:375px;
	height:215px;	
	overflow:hidden;
}
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider li {
	width:375px;
	height:215px;
	/*overflow:hidden;*/
}
#prevBtn, #nextBtn {
	display:block;
	width:36px;
	height:35px;
	position:absolute;
	left:467px;
	top:125px;
	z-index: 1000;
}
#nextBtn {
	left:842px;
}
#prevBtn a, #nextBtn a {
	display:block;
	width:36px;
	height:35px;
	background-image: url(../img/login/slider/btn_prev.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 1000;
}
#nextBtn a {
	background-image: url(../img/login/slider/btn_next.png);
	background-repeat: no-repeat;
	background-position: left;
	/*background-position: 0 0;*/
}
/* image replacement */
.graphic, #prevBtn, #nextBtn {
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
#prevBtn a:hover{
	background-position: -36px;
}
#nextBtn a:hover{
	background-position: -36px;
}
#ticker{
	width:425px;
	height:308px;	
	overflow:hidden;
}
#ticker ul, #ticker li {
	margin:0;
	padding:0;
	list-style:none;
}
#ticker li {
	width:425px;
	height:308px;
	/*overflow:hidden;*/
}
/*.home_slideshow {
	width:425px;
	height:308px;	
	overflow:hidden;
	transparent
}*/
