/*	SLIDESHOW PANEL
_____________________________________________________________*/

#ss {
	background:#000;
	width:960px;
	-webkit-box-shadow: 0px 0px 30px #000;
	-moz-box-shadow: 0px 0px 30px #000;
	-opera-box-shadow: 0px 0px 30px #000;
	box-shadow: 0px 0px 30px #000;
	border:1px solid #222;
}

#ss-container {
	margin:10px;
	display:inline-block;
	width:940px;
}

#ss-content {
	width:680px;
	height:660px;
	float:left;
	text-align:center;
}

#ss #ss-image {
	text-align:center;
}

#ss #ss-title {
	color:#DDD;
	margin:5px;
}

#ss .ss-img {
	border:1px solid #222;
}

#ss #ss-scroll {  
    position:relative; 
    width:240px;
    margin-left:700px;
} 
 
#ss #scroll-track {
    position:absolute;  
    top:0;  
    right:4px;  
    height:100%;  
    width:10px;  
    background-color:transparent;  
    cursor:move;  
} 
 
#ss #scroll-handle {  
    width:11px;  
    background-color:#444;  
    border-radius:2px;
    -moz-border-radius:2px;
    -opera-border-radius:2px;
    -webkit-border-radius:2px;
    cursor:move; 
} 
 
#ss #scroll-content {  
    overflow:hidden;  
    width:230px;  
    height:640px;
	margin-bottom:10px;
} 

.ss-button {
	font-family:Helvetica, Arial, Geneva, Sans-Serif;
	font-weight:bold;
	font-size:1.0em;
	text-align:center;
	display:inline-block;
	padding:6px 15px 4px 15px;
	cursor:pointer;
	margin:0 7px 0 0;
	text-decoration:none !important;
	border-radius:3px;
	-moz-radius:3px;
	-webkit-radius:3px;
}

.ss-button {
	border:1px solid #222;
	background:url('../images/ui/sprite.png') 0px -600px;
	color:#DDD !important;
}

.ss-button:active {
	background:url('../images/ui/sprite.png') 0px -650px;
	color:#FFF !important;
}


#ss #ss-close {
	border:0;
	float:right;
	cursor:pointer;
	width:16px;
	height:16px;
	background:url('../images/ui/sprite.png') 0px -720px;
}

#ss #ss-window-title {
	text-align:left;
	padding-bottom:5px;
}

#ss #ss-title {
	font-weight:bold;
	font-size:12pt;
}
