﻿#slider {
	width: 860px;
	margin: 0 auto;
	position: relative;
	height:364px;
	float:left;
	overflow:hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(bg.png);
	background-repeat: repeat;
}
#slider #grey_holder
{
	background:#222222;
	float:left;
	width:100%;
	position:absolute;
	z-index:10;
	bottom:0px;
	height:46px;
	border-top:2px solid #ffffff;
}
.scroll {
	overflow: hidden;
	width: 670px;
    margin: 0 auto;
    position: relative;
}
.scrollContainer {
	position: relative;
}
.scrollContainer div.panel {
    /*padding: 10px;*/
    width: 170px;
	height: 364px;	
}
.inside{
    padding:30px 0px 0px 0px;
    height:300px;  
    position:relative;
}
.inside .profileimage{
    position:absolute;
    bottom:0px;
}
.inside .player_name,
.inside .profilecontent
{
    display:none;
}
.inside .player_name
{
	position:absolute;
	left:-154px;
	color:#222222;	
}
.inside .player_name h2
{
	font-size:0px;
	padding:0px;
	margin:0px;	
}
.inside .profilecontent
{
	position:absolute;
	left:-170px;
	color:#ffffff;
	background:#222222;
	padding:10px;
	width:650px;	
	bottom:-48px;
	z-index:100;
	border-top:2px solid #ffffff;
}
.inside .profilecontent .profile_label
{
	width:57px;
	float:left;
}
.inside .profilecontent_item_first .profile_label
{
	width:120px;
	float:left;
}
.inside .profilecontent .profile_value
{
	float:left;
}
.inside .profilecontent .profilecontent_item
{
	float:left;
	width:225px;
}
.inside .profilecontent .profilecontent_item_first
{
	float:left;
	width:190px;	
	padding:0px 0px 0px 10px;	
}
.inside .player_name a
{
	color:#ffffff;
	font-size:11px;
	text-decoration:none;
}
.inside .player_name a:hover
{
	text-decoration:underline;
}
.inside img {
	display: block;
	width: 170px;	
}
#slider .scrollButtons 
{
	width:23px;
    height:54px;
    display:block;
    position: absolute;
    top: 135px;
    cursor: pointer;
    z-index:2000;   
}
#slider .left {
    left: 20px;    
    background:url('../images/previous_40.png') no-repeat; 
}
#slider .right {
    right: 20px;    
    background:url('../images/next_40.png') no-repeat; 
}
#slider .left:hover {
    left: 20px;    
    background:url('../images/previous_85.png') no-repeat; 
}
#slider .right:hover {
    right: 20px;    
    background:url('../images/next_85.png') no-repeat; 
}

.hide {
    display: none;
}
.photogalleryslider .gallery_title
{
	clear:both;
	text-align:center;
	font-style:italic;		
}
/* List container */
div.hoverscroll div.listcontainer {
	overflow:hidden;
}
