.product_viewer_parent
{
    background: url(/images/campaign_background_tile.gif) repeat-x;
    position: relative;
    z-index: 0;
    background-color:#fefefe; 
    width:225px;
    height:241px;
    padding:0;
}

.product_view_left_arrow
{
    float: left;
	background-image: url('/images/site/arrow_left.gif');
	background-repeat: no-repeat;
	width: 10px;
	height: 15px;
	margin: 0;
	cursor:pointer;
}

.product_view_right_arrow
{
    float: right;
	background-image: url('/images/site/arrow_right.gif');
	background-repeat: no-repeat;
	width: 10px;
	height: 15px;
	margin: 0;
	cursor:pointer;
}

.productviewercontent
{
	padding: 0 10px;
}

.productviewercontent img
{
	margin-top: 25px;
	margin-left: 45px;
}

.product_viewer_arrow_div
{
	position: absolute;
    z-index: 10;
    top: 220px;
    left: 180px;
    width: 30px;
}
