#homeslideshow {
	position:relative;
	overflow:hidden;
	width:635px;
	height:299px;
	float: left
}

#homeslideshow DIV {
	background:url(../../domoss/images/intro_mask.png) no-repeat left bottom;
	position: absolute;
	z-index: 10;
	width: 20px;
	height: 100%
}

#homeslideshow .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}
/* single scrollable item */
#homeslideshow li{
	float:left;
	width:635px;
	text-align:center;
	height:300px;
	/*background:#fff;*/
	/*padding:10px;*/
}

#homeslideshow li .txtbox{
	background:url(../../domoss/images/slidetxtbox_bg.png) no-repeat;
	width:826px;
	height:227px;
	display:block;
	margin:0 auto;
	display:none;
	margin-top:-30px;
}

#homeslideshow li img{
	width:635px;
	height:285px;
	padding:14px 0 0px 0;
}

#homeslideshow a.prevPage{
	background:url(../../domoss/images/slide_prev.png) no-repeat;
	width:23px;
	height:39px;
	display:block;
	float:left;
	cursor:pointer;
	position:absolute;
	left:0px;
	top:134px;
	z-index:10;
}

/*.left:hover{
	background:url(../../domoss/images/arrow_prev_h.jpg) no-repeat;
}*/
#homeslideshow a.nextPage{
	background:url(../../domoss/images/slide_next.png) no-repeat;
	width:23px;
	height:39px;
	display:block;
	float:right;
	position:absolute;
	right:0px;
	cursor:pointer;
	top:134px;
	z-index:10;
}
/*.right:hover{
	background:url(../../domoss/images/arrow_next_h.jpg) no-repeat;
}	*/
