@charset "utf-8";

/* CSS Document */

div.postitmagleft
{
	position:fixed;
	margin-right:0px;
	height:100px;
	width:50px;
	background-color:#FFFF99;
	border:1px solid #999999;
	border-right:none;

right:auto;left:50%;margin-left:-247.5px;	
}
div.postitmagleft:hover
{
	width:100px;
	border-color:#000;
	margin-left:-297.5px;	
}
div.postitmagright
{
	position:fixed;
	margin-right:0px;
	height:100px;
	width:50px;
	background-color:#FFFF99;
	border:1px solid #999999;
	border-left:none;

right:auto;left:50%;margin-left:+201.5px;	
}
div.postitmagright:hover
{
	width:100px;
	border-color:#000;
	margin-left:+201.5px;	
}