div#mediaplayer {
	width:741px;
	z-index:200;
	position:relative;
	display:none;	
}

div#medialeft{
	background: url(/furniture/images/mp_left_bg.gif) no-repeat;
	width:477px;
	height:426px;
	float:left;
}

div#mediaright{
	background: url(/furniture/images/mp_right_bg.gif) no-repeat;
	width:264px;
	height:426px;
	float:right;
}

div#mediabottom{
	background: url(/furniture/images/mp_bottom_bg.gif) no-repeat;
	width:741px;
	height:30px;
}

div#mp_leftarrow{
	margin-left:20px;
	margin-top:154px;
	width:33px;
	text-align:right;	
	float:left;
	
	background: url(/furniture/images/mp_left_arrow.gif) no-repeat;
	width:		14px;
	height:		24px;
	cursor:		pointer;
}

div#mp_rightarrow{
	margin-left:7px;
	margin-top:154px;
	float:left;
	
	background:	url(/furniture/images/mp_right_arrow.gif) no-repeat;
	width:		13px;
	height:		24px;
	cursor:		pointer;
}

div#mp_largeimg{
	margin-left:7px;
    margin-right:5px;
	margin-top:15px;
	float:left;
    width:390px;
    height:295px;
    text-align: center;
}

.mp_image {
    border:3px solid #ffffff;
    vertical-align: middle;
}

div#mp_header{
	margin-left:42px;
	margin-top:10px;
	font-size:20px;
	font-weight:bold;
}

div#mp_text{
	margin-left:42px;
	margin-right:42px;
	margin-top:3px;
}

div#mp_uparrow{
	margin-left:128px;
	margin-top:15px;

	background:	url(/furniture/images/mp_up_arrow.gif) no-repeat;
	width:		10px;
	height:		8px;	
}

div#mp_downarrow{
	margin-left:128px;
	margin-top:8px;
	
	background: url(/furniture/images/mp_down_arrow.gif) no-repeat;
	width:		10px;
	height:		8px;
}

div#mp_smallimgs{
	position:relative;
	padding-top:5px;
	padding-left:8px;
	height:315px;	
	overflow:hidden;
}

div#mp_smallimgs_inner{
	position:relative;
	height:1000px;
}	

div.mp_thumb{
	margin-left:6px;
	padding-left:0px;
	float:left;
	border:1px solid #838A94;
}

div.mp_thumb_active{
	width:68px;
	height:68px;
	background-color:#fff;
	
	text-align:center;
	border:2px solid #02C6FF;
}

div.mp_thumbdiv{
	width:68px;
	height:68px;
	background-color:#fff;
	text-align:center;
	border:2px solid #ffffff;
}




div.mp_strip{	
	height:80px;		
}
/*
.mp_thumbimg{
	border:2px solid #ffffff;
}

.mp_activeimg{
	border:2px solid #02C6FF;
}
*/

div#mp_numbers{
	margin-left:14px;
	margin-top:10px;
	float:left;
}

div#mp_cross{
	margin-right:15px;
	margin-top:10px;
	float:right;
	
	background: url(/furniture/images/mp_cross.gif) no-repeat;
	width:12px;
	height: 12px;
	cursor:	pointer;
}

div#mp_close{
	margin-right:0px;
	margin-top:10px;
	float:right;
	font-weight:bold;
}

a.mp_closelink{
	padding-right:7px;
}
