/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles at the end of this file instead 
of style.css so it is easier to update the theme. 
Simply copy an existing style from style.css to this file, 
and modify it to your liking.
*/




#writerimages
{
float: right;
}

#logo img  {
padding-bottom:20px;
padding-top:10px;
}

#imagecontainer {
float:right;
	margin: auto;
	width:350px;
padding-right:75px;
}

#imagecontainer div {
	margin-right:3px;
	float:left;
	width:110px;
	height:130px;
	border:1px solid #999;
	position:relative;
	overflow:hidden;
}
#imagecontainer img {
	position:absolute;
}


#imagetempcontainer {
float:right;
	margin: auto;
	width:350px;
padding-right:60px;
}

#imagetempcontainer div {
	margin-right:3px;
	float:left;
	width:110px;
	height:130px;
	border:1px solid #999;
	position:relative;
	overflow:hidden;
}
#imagetempcontainer img {
	position:absolute;
}
