#slider {
    position: relative;
    width: 680px;
    height:249px;
    padding-bottom:23px;
    background:url(images/slider_bottom.gif) no-repeat left bottom;
}

#slider .slider-view {
    position: relative;
    width: 680px;
    height: 265px;
    overflow: hidden;
}

#slider .slider-container {
    position: absolute;
    top: 0;
    left: 0;
}

#slider .slider-container div {
    position: relative;
    float: left;
    width: 680px;
}

#slider .slider-container div .detail{
	width:340px;
	height:249px;
	position:absolute;
	top:0;
	right:0;
	background:url(images/detail_bg.gif) no-repeat;
}
#slider .slider-container div .detail h4{
	margin:0;
	padding:0;
}
#slider .slider-container div .detail p{
	margin:0 0 10px 0;
	padding:0 20px;
	font-size:12px;
	line-height:1.5;
}
#slider .slider-container div .button{
	text-align:right;
}

#slider .slider-pagination {
    width: 200px;
    position:absolute;
    left:360px;
    bottom:30px;
}

#slider .slider-pagination a {
    float: left;
    margin: 5px 5px 0;
    width: 18px;
    height: 18px;
    overflow: hidden;
    text-indent: -9999px;
    vertical-align: middle;
    background:url(images/marker.png) no-repeat 0 0;
    z-index:10;
}

#slider .slider-pagination a.current {
	background:url(images/marker.png) no-repeat -22px 0;
}


