.title
{
	padding-top:14px;
	font-size:16px;
	height:30px;
	letter-spacing:0.9px;
	color:#B0B0B0;
}

.tabs
{
	background:#E6E6E6;
	height:17px;
	padding-top:2px;
}

.tabs a
{
	background:#C8C8C8;
	font-size:12px;
	letter-spacing:0.2px;
	color:#666666;
	padding-left: 18px;
	padding-right: 18px;
	padding-top:2px;
	padding-bottom:2px;
	text-decoration:none;
}
.tabs a:hover
{
	background:black;
	color:white;
	font-size:12px;
	letter-spacing:0.2px;
	padding-left: 18px;
	padding-right: 18px;
	height:19px;
	text-decoration:none;
	padding-top:2px;
	padding-bottom:2px;
}

img{border:none;}

.spacer {
	height:7px;
	background:#FFF;
}
.container {
	height: 520px;
	width: 711px;
	overflow:hidden;
}

ul.thumb 
{
	float: left;
	list-style: none;
	width: 720px;
	margin-left:-40px;
	margin-top:2px;
}

ul.thumb li 
{
	margin:10px;
	float: left;
	position: relative;
	width: 150px;
	height: 150px;
}

ul.thumb li img 
{
	width: 150px; 
	height: 150px;
	position: absolute;
	left: 5px; top: 5px;
	-ms-interpolation-mode: bicubic; 
}

.edge
{
	margin:-5px;
	z-index:23;
}

.overlay
{
	position:relative;
	top:-155px;
	left:-5px;
	width:155px;
	height:155px;
	z-index:20;
	opacity: 0.6;
	filter: alpha(opacity=60);
}


.blockMedia
{
	position:relative;
	width:110px;
	height:110px;
	top:-5px;
	left:-5px;
}

.blockMedia span
{
	display:block;
	position:absolute;
	top:120px;
	left:120px;
	border:none;
	height:40px;
	width:40px;
}

.blockMedia
{
	width:150px;
	height:150px;
}

.blockMedia span.photo
{
	z-index:100;
	background: 
    transparent 
    url("../images/press/photo.png");
}

.blockMedia span.video
{
	z-index:100;
	background: 
    transparent 
    url("../images/press/video.png");
}

.blockMedia span.article
{
	z-index:100;
	background: 
    transparent 
    url("../images/press/article.png");
}

.blockMedia span.pdf
{
	z-index:100;
	background: 
    transparent 
    url("../images/press/pdf.png");
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	width:11px;
	background-image: url('../images/scroll_track.gif');
	background-repeat:repeat-y;
	background-position:top center;
}
.jScrollPaneDrag {
	position: absolute;
	background-color:#969696;
	background-image: url('../images/scroll_bar.gif');
	background-repeat:no-repeat;
	background-position:center;
	width:11px;
	height:67px;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-image: url('../images/scroll_uparrow.gif');
	background-repeat: no-repeat;
	background-position: top center;
	width:11px;
	height:12px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-image: url('../images/scroll_downarrow.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
	width:11px;
	height:12px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}