#blackspace {
background:#fff;
clear:both;
}

a:link,a:visited {
color:#BD1A8D;
font: inherit;
}

a:hover {
color:#FF22BD;
}

.greybox {
width:850px;
clear: both;
}

.greybox img {
float: auto;
clear: auto;
border: none;
-moz-border-radius:0;
-webkit-border-radius:0;
margin:0;
}

.boxgrid h3 {
	margin: 10px 10px 0 10px;
	color: #FFF;
	font: 12pt Arial, sans-serif;
	letter-spacing: -1px;
	font-weight: bold;
}

.boxgrid {
	width: 190px;
	height: 206px;
	margin: 10px;
	float: left;
	background: #161613;	
	overflow: hidden;
	position: relative;
}
.boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
.boxgrid p {
	padding: 0 10px;
	color: #afafaf;
	font-weight: bold;
	font: 10pt "Lucida Grande", Arial, sans-serif;
}

.boxcaption {
	float: left;
	position: absolute;
	background: #000;
	height: 100px;
	width: 100%;
	opacity: .8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption {
	top: 260;
	left: 0;
}
.caption .boxcaption {
	top: 170px;
	left: 0;
}


#main {
height:180px;
}

.scroll-block .content {
text-align:center;
}

.scroll-block .content img {
margin:5px auto;
}

.scroll-block .content p {
font-size:18px;
color:#BD1A8D;
line-height:24px;
margin:20px;
}

#left-arrow a {
float:left;
position:relative;
text-decoration:none;
top:150px;
width:45px;
height:45px;
background:url("../imgs/left.png") no-repeat;
background-position:0 0;
cursor:pointer;
display:block;
}

#right-arrow a {
float:right;
position:relative;
text-decoration:none;
top:150px;
width:45px;
height:45px;
background:url("../imgs/right.png") no-repeat;
background-position:0 0;
cursor:pointer;
}

#scroller {
width:865px;
height:400px;
overflow:hidden;
position:relative;
margin-top:2px;
margin-bottom:2px;
display:block;
float:left;
}

#scroll-content {
width:5800px;
}

.scroll-block {
float:left;
width:860px;
height:398px;
margin-right:5px;
text-align:center;
}

.scroll-block img {
position:relative;
top:20px;
}

.col2 {
float:left;
width:42%;
height:140px;
margin-left:3%;
margin-top:10px;
}

#left-arrow a:hover,#right-arrow a:hover {
background-position:-45px 0;
text-decoration:none;
}

.col1,.col3 {
float:left;
width:23%;
height:140px;
margin-left:3%;
margin-top:10px;
}
