
body .galleria-lightbox-shadow{
	background:none
}


.galleria-lightbox-box .galleria-lightbox-close{
	
	background: url(../images/press-media/btn-close.gif) no-repeat #FFFFFF;
	
	width: 40px;
	height: 9px;
	margin:5px;
	overflow:hidden;
	text-indent: -9999px;
}

.galleria-lightbox-box .galleria-lightbox-next{
	
	background: url(../../images/btn-next.gif) no-repeat;
	
	width: 30px;
	height: 30px;
	overflow:hidden;
	text-indent: -9999px;
	
}
.galleria-lightbox-box .galleria-lightbox-prev{
	
	background: url(../../images/btn-previous.gif) no-repeat;
	
	width: 30px;
	height: 30px;
	overflow:hidden;
	text-indent: -9999px;
	
}

.cateLink{
	padding:20px 10px;
	margin:30px 5px;
	width: 120px;
	
	
}

.cateLink li{

	width: 130px;
}

.mainMenu{
width:200px;
margin:50px auto;
list-style:square;


}
.mainMenu li{
	padding:6px 5px ;
	color:#f37c76;

}
.mainMenu li a{
	color:#222;
	text-align:center;
	display:block;
	font-size:14px;
	text-decoration:none;

}

.cateLink li a{
	display: block;
	float: none;
	padding: 5px 10px;
	margin:2px;	
	background:  #F37C76;
	/*background: url(img/list-group-title-bg2.png) repeat-y #F37C76;*/
	color: #FFFFFF;
	text-align: center;
	font-size: 13px;
	text-decoration: none;
	
}


.listContainer{
	height: 600px;
	position: relative;
	margin: 0;
	padding: 0;
}

.listControl{
	height: 580px;
	background: url(img/displayControlBg.png) repeat;
	position: absolute;
	z-index: 9;
	padding: 10px;
	left: 380px;
}
.listControl a{
	display:block;
	float:left;

	padding: 10px 3px;
}
.listThunbnail{
	
	
	width:550px;
	height: 590px;
	overflow:hidden;
	float: left;
	border:5px solid #e59589;
}

#list {
	
	height: 600px;
	overflow-y:scroll;	
	overflow-x:hidden;	
}
#list table{
	width:380px;

}
#press #list table tr th{ 
	padding-left:40px;
	

}
#press #list table tr.title th{
	font-size: 14px;	
	//background: url(img/list-group-title-bg.png) repeat-y;
	background-color: #F9F8F7;
	font-weight: bold;
}
#press #list table tr:hover  th{ color: #000000; }
