.widget_box_first
{
	background:url(../img/widget_bckgd.gif) left top no-repeat;
	width:240px;
	height:127px;
	position:relative;
   	float:left;
	margin-left:0px;
	margin-bottom:11px;
}


.widget_box
{
	background:url(../img/widget_bckgd.gif) left top no-repeat;
	width:240px;
	height:127px;
	position:relative;
   	float:left;
	margin-left:11px;
	margin-bottom:11px;
}




.widget_icon
{
	float:left;
	margin-top:0px;
	margin-left:2px;

}


.widget_title
{
	float:left;
	margin-top:6px;
	margin-left:2px;
	font-weight:bold;
    font-size:10px;
    text-decoration: none;
    color: #FFFFFF;

}


.widget_content
{
	float:center;
	margin-top:36px;
	margin-left:5px;
	margin-right:5px;
	font-weight:bold;
    font-size:10px;
    text-decoration: none;
    color: #C2FF47;

}



.big_number
{
    font-size:30px;
	font-weight:bold;    
    text-decoration: none;
    color: #C2FF47;

}


.white
{
	color:#FFFFFF;
}

.widget_box_video
{
	background:url(../img/widget_bckgd_video.gif) left top no-repeat;
	width:240px;
	height:224px;
	position:relative;
   	float:left;
	margin-left:11px;
	margin-bottom:11px;
}

.video_grab
{
	text-align:center;
	width:235;
	height:176;
	z-index:2;
	border:solid red 0px;
}

.video_arrow
{
	position:absolute;
	top:70px;
	left:70px;
	width:235;
	height:176;
	z-index:1;
	background:transparent; 
	border:solid red 0px;
}

.video_more
{
	text-align: right;
	margin-bottom:0px;
	margin-right:5px;
	font-weight:bold;
    font-size:11px;
    text-decoration: none;
    color: #FFFFFF;
}

a.video_more
{
    color: #FFFFFF;
}




