.headCont
{
  background: #B7B0A0;
}

.options
{
	margin-top:16px;
}
/** Thumbnails Image Grid **/

.imageGridBox
{
	float: right;
	text-align: center;
	margin: 10px 0 0 0;
	width:100%;
	overflow: hidden;
	width: 300px;
}

.imageGrid 
{
	height: 435px;
	overflow: hidden;
}

.imageGridLine
{
	float: right;
	height: 135px;
	width: 290px;
	margin: 0 10px 10px 0;
	overflow: hidden;
}

.imageGridLine a
{
  border: none;
  text-decoration: none;
}

.imgGridThumb
{
	float: left;
	cursor: pointer;
	border: none;
	height: 135px;
	width: 90px;
	margin-right: 10px;
}

.lastImage {
	margin: 0;
}

/* Thumb selected or not Images */
.imgThumbSelected
{
	opacity:1;
	filter:alpha(opacity=100);
	border: solid 2px white !important;
	height: 131px !important;
	width: 86px !important;
}

.imgThumbSelectedNB
{
	opacity:1;
	filter:alpha(opacity=100);
	border: none;
}

.imgThumbUnselected
{
	opacity:.2;
	filter:alpha(opacity=20);	
}

.videoOrPhotoCont
{
	float: right!important;
	width: 90px;
	text-align: right;
}

.videoOrPhotoCont p
{
	font-size: 10px;
	color: white;
	line-height: 15px;
}

.textBox a {
  font-size: 10px;
}

