#right_column .aboutbox
{
height: 253px;
background-image: url(../images/bg/header_bg_whole.gif);
border: 1px solid #000000;
margin: 0px 10px 10px 0px;
padding-left: 10px;
}


.welcometext
{
background-color: #000000;
width: 500px;
padding: 5px;
color: #FFFFFF;
font-size: 85%;
margin-top: 10px;
opacity: 0.8;
filter: alpha(opacity=80);
zoom: 1;
}

h1
{
background-color: #000000;
width: 500px;
padding: 5px;
color: #b0aa00;
font-size: 150%;
font-weight: normal;
}

.text_wrapper
{
margin: 15px 0px 0px 0px;
}

.latest_title
{
xbackground-color: #515151;
margin: 10px 10px 0px 0px;
padding: 5px 5px 5px 10px;
color: #FFFFFF;
font-size: 120%;
font-weight: normal;
}

.latest_title .view_all
{
float: right;
font-size: 85%;
margin-top: 3px;
margin-right: 10px;
}

.image
{
position: inherit;
z-index: -1;
width: 173px;
height: 114px;
padding: 5px;
}

.flip
{
width: 170px;
font-family: Arial, Helvetica, sans-serif;
padding: 0;
position: absolute;
}

.flip a 
{
color: #FFFFFF;
width: 180px;
height: 125px;
display: block;
text-decoration: none;
}

.flip a:hover 
{
background-position: 0px 170px;
background-image: url(../images/bg.png);
cursor: pointer;
text-decoration: none;
}

.flip a p 
{
display: none;
width: 165px;
padding: 8px;
font-size: 70%;
color: #FFFFFF;
}

.flip a:hover p 
{
display: block;
margin-top: 0px;
cursor: pointer;
}

.latest_clip
{
margin: 0px 1px 10px 0px;
width: 183px;
float: left;
xborder-left: 1px solid #6a6a6a;
xborder-right: 1px solid #303030;
xbackground:url(../images/bg/panelbg.gif) repeat-x;
}

.clip_info
{
color: #FFFFFF;
font-size: 80%;
margin: 0px;
height: 80px;
padding: 0px 8px 8px 8px;
}

.clip_title
{
color: #b0aa00;
padding-top: 3px;
height: 20px;
}

.clip_duration
{
margin: 20px 0px 0px 0px;
}


#showreel
{
padding: 10px 0 10px 20px;
border-bottom: 1px solid #b0aa00;
border-top: 1px solid #b0aa00;
margin-right:10px;
height: 130px;
}

#showreel .showreelthumb
{
float:left;
width: 250px;
}

#showreel .showreelthumb img
{
border: 3px solid #FFFFFF;
}

#showreel .showreeltext
{
margin-left: 260px;
color: #FFFFFF;
}


#showreel .showreelclick
{
color: #b0aa00;
display:block;
font-weight:normal;
font-size: 120%;
}

/*  MOOTOOLS POPUP STARTS HERE   */


.MultiBoxContainer {
	position: absolute;
	border: 20px solid #000;
	background-color: #FFF;
	display: none;
	z-index: 99;
	text-align: left;
	/*overflow: hidden;*/
}

.MultiBoxLoading {
	background: url(../images/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(../images/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000000;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(../images/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(../images/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}


/*  MOOTOOLS POPUP ENDS HERE   */

