﻿.scrollable {
	position:absolute;
	overflow:hidden;
	width: 686px;
	height:90px;
	margin:0 auto;
    margin-top:-10px;
    background-image:url('../images/GalleryScrollBg.png');
}

.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
    margin-left:-18px;
    margin-right:90px;
}

.divItemsOnePackage {
	float:left;
	width:680px;
}


.divGalleryItemContainer
{
    background-color: rgba(255,255,255,0);
    width:189px;
    height:90px;
    margin-right:0px;
    float:right;
    display:block;
    border:solid 1px #949494;
    border-top:0px;
    border-bottom:0px;
    border-left:0px;
    
}

a.hpGalleryItemContainer{color:#ffffff;}
a.hpGalleryItemContainer:hover{color:#ffffff;}
a.hpGalleryItemContainer:visited{color:#ffffff;}
a.hpGalleryItemContainer:visited:hover{color:#ffffff;}


.galleryImages{
	float:right;
    /*border-style:solid;*/
	/*border-width:1px; set in codebehind !! */
	border-color: #949494;
    border-top:0px;
    margin-top:0px;
	margin-right:0px;
	display:block;
}

.divGalleryNamesContainer
{
    float:right;
	padding:2px;
    border-right:0px;
	width:120px;
	height:50px;
	padding:5px;
}

.galleryNamesPersian
{
    margin-top:20px;
    text-align:right;
    display:block;
    width:100%;
    height:50%;
    color:#ffffff; /* Adding white color to match original */
    font-family: Tahoma;
    font-size: 12px; 
}

.galleryNamesEnglish
{
    padding-top: 7px;
    display:block;
    width:100%;
    text-align:right;
    color:#ffffff; /* Adding white color to match original */
    font-family: Tahoma;
    font-size: 11px;
}


a.browse {
	background:url(../images/GalleryScrollNavigator.png) no-repeat;
	display:block;
	width:53px;
	height:92px;
	cursor:pointer;
	font-size:1px;
	position:absolute;
	float:none; 
}

/* right */
a.right        { background-position: 0 -92px; clear:right; margin-right: 0px;}
a.right:hover  { background-position:-53px -92px; }
a.right:active { background-position:-106px -92px; cursor:pointer } 

/* left */
a.left	       { margin-left: 0px; } 
a.left:hover   { background-position:-53px 0; }
a.left:active  { background-position:-106px 0; cursor:pointer }

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}


.divGalleryItemSelector
{   
    background-image:url('../images/GalleryScrollItemSelectorBg.png');
    position:absolute;
    margin-top:-10px;
    margin-right:300px;
    width:189px;
    height:90px;
    visibility:hidden;
}
#divGalleryItemSelector1
{
    margin-right:56px;
}
#divGalleryItemSelector2
{
    margin-right:246px;
}
#divGalleryItemSelector3
{
    margin-right:436px;
}

/* Additional styles for product display */
.gallery_scroll {
    width: 100%;
    position: relative;
}

.gallery_scroll_container {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

.gallery_scroll_item {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    vertical-align: top;
}

.gallery_scroll_item_text {
    font-size: 14px;
    margin-top: 5px;
    text-align: center;
}

.gallery_scroll_item_selector {
    background: rgba(0,0,0,0.6);
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    transition: all 0.3s ease;
    opacity: 0;
}

.gallery_scroll_item:hover .gallery_scroll_item_selector {
    opacity: 1;
}

.gallery_scroll_item_selector_text {
    font-weight: bold;
    margin-bottom: 3px;
}

.gallery_scroll_item_selector_details {
    font-size: 12px;
}

/* Fix for product selection form buttons to match original styling */
.product-selection-form button {
    color: #ffffff;
    text-align: right;
    font-family: Tahoma;
    font-size: 12px;
}

.divGalleryItemContainer button span {
    color: #ffffff;
    font-family: Tahoma;
}

/* Fix for product details display */
#divShowProduct {
    font-family: Tahoma;
    font-size: 12px;
}

#divShowProduct strong {
    font-weight: bold;
    font-family: Tahoma;
}