h1.gallery_breadcrums a
{
	color:#F9C03D;
	text-decoration:none;
}

#content_box_description
{
	background:#000 url("/resources/img/camera_black.png") no-repeat scroll 25px 50%;
	margin-bottom:5px;
	padding:10px 20px 10px 100px;
}

#content_box_gallery_pictures
{
	background-color:#000;
	margin:0 0 5px 0;
	height:104px;
}

#content_box_gallery_pictures ul
{
	float:left;
	width:924px;
	heigth:100px;
	margin: 0; 
	padding: 0;	
	list-style-type: none; 
}

#content_box_gallery_pictures ul li.picture_box
{
	float:left;
	width:70px;
	margin:4px;
	padding:1px;
	border:2px solid #111;
}

#content_box_gallery_pictures ul li.picture_box .position
{
	background-color:#111;
	font-size:10px;
	color:#565656;
	text-align:center;
	border-top:1px solid #000;
	float:left;
	width:70px;
}


#content_box_gallery_pictures ul li.picture_box_selected
{
	border-color:yellow;
}

#content_box_gallery_pictures ul li.picture_box .thumbnail a{
	width:70px;
	height:70px;
	line-height:70px;
	text-align:center;
	display:block;
}

/* IE Hack */
#content_box_gallery_pictures ul li.picture_box { 
	ulle: expression(
		this.onmouseover = new Function ("this.className = 'picture_box picture_box_hover';"),
		this.onmouseout  = new Function ("this.className = 'picture_box';")
	);
}

/* Negates previous hack */
#content_box_gallery_pictures ul li.picture_box_selected { 
	ulle: expression(
	);
}


			
#content_box_gallery_pictures ul li.picture_box_hover	,		
#content_box_gallery_pictures ul li.picture_box:hover
{
	border:2px solid #444;
}

#content_box_gallery_pictures ul li.picture_box_selected:hover
{
	border-color:yellow;
}


#content_box_picture a
{
	-moz-border-radius:10px;
	background-color:#000000;
	display:block;
	text-align:center;
	padding:20px;
}
