  /*
---------------------------------------------
SLIDESHOW 1
---------------------------------------------
*/


img {border:0}



/*
---------------------------------------------
SLIDESHOW 2
---------------------------------------------
*/


#slideshow-2 {
	clear: both;
	margin-top: 10px;
	background-color:#333;
	width: 656px;
	padding: 12px;
	color:#fff;
	font: 11px/16px "Trebuchet MS", helvetica, san serif;
	height: 412px}
		
.ss-content-2 {
	border: 1px solid #999;
	padding: 12px 12px 0 12px;
	margin:0}
			
.ss-title-2 {
	float: left;
	margin: 60px 60px 0 12px}

.slides_container-2 {display: none}
			
.slides_container-2 div {
	width: 400px;
	height: 360px;
	display: block;
	background-color: #333;
	float: left}
			
.slides_container-2 p {padding: 5px 0 0 0; margin: 0 }
		
.pagination-2 {
	list-style:none;
	margin: 0 0 0 -13px;
	padding: 0}
		
.pagination-2 li {
	display: block;
	float: left; 
	padding: 0px;
	height: 24px;
	width: 26px;
	line-height: 24px;
	text-align: center;
	margin-top: 8px;}

.pagination-2 .current {
	margin-top: 7px
}
			
.pagination-2 a {
	color: #fff;
	text-decoration: none}
		
.pagination-2 .current a {
	color: #fff;
	display: block;
	background-color: #484848;
	border: 1px solid #6f6f6f;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px}

#bottom-slide-nav {
	position: relative;
	top: 0;
	left: 0;
}
#ss-container-2 #bottom-slide-nav .next, #ss-container-2 #bottom-slide-nav .prev {
	position:absolute;
	top:105px;
	left:235px;
	width:32px;
	height:46px;
	display:block;
	z-index:101
}

#ss-container-2 #bottom-slide-nav .next {left: 585px}			
			
			