#galleryBox
	{
	width: 708px;
	padding: 2px;
	border: 1px solid #ccc;
	}

#galleryImagesContainer
	{
	overflow: hidden;
	}

#galleryImagesContainer, #galleryImages img
	{
	width: 708px;
	height: 400px;
	display: block;
	}

#galleryImages
	{
	width: 1420px;
	}

#galleryImages img
	{
	float: left;
	}	

#galleryArrowsContainer
	{
	margin-top: -230px;
	height: 230px;
	overflow: hidden;
	}

#galleryArrows
	{
/*
	width: 708px;
	margin-left: 0;
*/
	width: 846px;
	margin-left: -68px;

	height: 60px;
	}

#galleryArrows div
	{
	width: 68px;
	height: 60px;
	}

#galleryArrows div a
	{
	background: url(/web/img/deal_sprite.png) no-repeat;
	width: 68px;
	height: 60px;
	display: block;
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	}

#galleryArrows div.left
	{
	float: left;
	}

#galleryArrows div.left a
	{
	background-position: 0 -110px;
	}

#galleryArrows div.right
	{
	float: right;
	}

#galleryArrows div.right a
	{
	background-position: 0 -170px;
	}

#galleryArrows div.left a:hover, #galleryArrows div.right a:hover
	{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	}

#galleryLoadingContainer
	{
	height: 224px;
	display: none;
	opacity: 0.01;
	margin: -224px 0 0 330px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
	filter: alpha(opacity=1);
	}

#galleryLoading
	{
	width: 48px;
	height: 48px;
	background: #000 url(/web/img/loader.gif) no-repeat 50% 50%;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}

#galleryControls
	{
	background: url(/web/img/deal_sprite.png) repeat-x left -70px;
	border-top: 1px solid #000;
	width: 708px;
	height: 30px;
	}

#galleryControls img
	{
	display: block;
	float: left;
	width: 2px;
	height: 30px;
	}

#galleryControls p
	{
	display: block;
	height: 21px;
	padding: 9px 10px 0 10px;
	float: left;
	color: #bbb;
	font-size: 11px;
	font-family: Arial, sans-serif;
	}

#galleryControls a, #galleryControls a:link, #galleryControls a:visited, #galleryControls a:active, #galleryControls a:hover
	{
	background: transparent url(/web/img/deal_sprite.png) no-repeat;
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	}

#galleryControls a:hover
	{
	background-color: #000;
	}

#galleryControls a.play
	{
	background-position: 12px 0;
	}

#galleryControls a.pause
	{
	background-position: 11px -30px;
	}