/* images */

body {
background-color: #ffffff;
text-align: center;
}


div#full-column {
position:relative;
left:0px;
}


.rowHover {
	color: #000;
	cursor: pointer;
}


#thumbs {
	width:270px;
	float:left;
	padding-right:75px;
}


#mainimage {
	position:absolute;
	left:345px;
	top:-95px;
	border: none;
}


#textdetails1 {
	position:absolute;
	left:345px;
	top:355px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	letter-spacing:0.06em;
	color: #666666;
	width: 450px;
	
}

#textdetails2 {
	position:absolute;
	left:345px;
	top:369px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	color: #000000;
	letter-spacing:0.05em;
	
}

#imgdetails {
	position:absolute;
	left:164px;
	top:357px;
	
}



.SpryHiddenRegion {
   visibility: hidden;
}


/* Utility IDs, classes, and HTML selectors
----------------------------------------------- */
.clear {
	visibility: hidden;
	display: block;
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	}
.ClearAll {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
