@charset "utf-8";
/******************** <<<<<<<<<< [VERSION 3.0] >>>>>>>>>> *******************
	<summary>
		Created By		:	Asif Ahmed
		Company			:	WebOnRetail Technologies
		Creation Date	:	07 february 2011 
		Date Modified	:	08 february 2011
		Dependencies	:	None
		Website			:	www.webonretail.com
		Email			:	asif.ahmed01@gmail.com
		Copyright (c) 2011 webonretail Technologies. All rights reserved.
	</summary>
/**************************************************************************/


#apSlideShow	{
	position:relative;
	left:0px;
	top:0px;
	width:478px;
	height:587px;
	overflow:hidden;
	z-index:5;
}

#apDivSpaceGallery	{
	position:absolute;
	left:100px;
	top:100px;
	width:300px;
	height:100px;
	max-width:300px;
	max-height:100px;
	overflow:hidden;
	border:1px solid #FF0000;
	z-index:5;
}
.spaceGallery div {
	position:absolute;
	left:0px;
	top:0px;
	z-index:8;
	border:0px solid #FF0000;
}
.spaceGallery div.active {
    z-index:10;
    opacity:1.0;
}
.spaceGallery div.last-active {
    z-index:9;
}
.buttonActive, a.buttonActive, a.buttonActive:link, a.buttonActive:visited, a.buttonActive:active  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	line-height:12pt;
	color:#666666;
	text-decoration:none;
	text-align:center;
	vertical-align: middle;
	font-weight: bold;
	display:inline-block;
	width:20px;
	height:20px;
	margin:0px 5px 0px 0px;
	padding:2px 0px 0px 0px;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: hand;
	background-image:url(button_active.png);
	background-position:left top;
	background-repeat:no-repeat;
}
.buttonHover, a.buttonHover, a.buttonHover:link, a.buttonHover:visited, a.buttonHover:active  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	line-height:12pt;
	color:#c76baf;
	text-decoration:none;
	text-align:center;
	vertical-align: middle;
	font-weight: bold;
	display:inline-block;
	width:20px;
	height:20px;
	margin:0px 5px 0px 0px;
	padding:2px 0px 0px 0px;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: hand;
	background-image:url(button_hover.png);
	background-position:left top;
	background-repeat:no-repeat;
}
a.buttonActive:hover, a.buttonHover:hover {
	color:#c76baf;
	background-image:url(button_hover.png);
	background-position:left top;
	background-repeat:no-repeat;
}
