﻿/*Page related styles for you to view*/
#test3 {
border-width: 0px;
background-color: #FFFFFF;
width: 590px;
height: 170px;
overflow: auto;
margin: 0px;
padding: 0px;
/*IE overflow fix, position must be relative or absolute*/
position: relative;
outline: none;
cursor:pointer;
}

.scrollgeneric
{
	line-height: 1px;
	font-size: 1px;
	position: absolute;
}


#test3 .hscrollerbarbeg {
	height: 6px;
	background-attachment: scroll;
	background-image: url(../images/deco/hscroller3.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#test3 .hscrollerbarend {
	height: 6px;
}

#test3 .hscrollerbase {
	height: 6px;
	background-color: #FFFFFF;
	background-image: none;
}

#test3 .hscrollerbasebeg{
	border-width: 0px;
	background-image: url(../images/deco/hscrollerbeg.png);
	height: 6px;
	width: 15px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
}
#test3 .hscrollerbaseend{
	border-width: 0px;
	background-image: url(../images/deco/hscrollerend.png);
	height: 6px;
	width: 15px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right top;

}



#test3 .hscrollerbar {
	background-color: #CC9966;
	padding: 15px;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------
related product image gallery.*/

#flexcrollrelated {
	background-color: #000;
	width: 590px;
	height: 170px;
	overflow: auto;
	padding: 0px;
	/*IE overflow fix, position must be relative or absolute*/
position: relative;
	outline: none;
	cursor:pointer;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
}

#flexcrollrelated .hscrollerbarbeg {
	height: 15px;
	background-attachment: scroll;
	background-image: url(../images/deco/scrollbar_handle.gif);
	background-repeat: no-repeat;
	background-position: center center;

}

#flexcrollrelated .hscrollerbarend {
	height: 15px;

}

#flexcrollrelated .hscrollerbase {
	height: 15px;
	background-image: none;
	border: 1px solid #CCC;

}

#flexcrollrelated .hscrollerbasebeg{
	background-image: url(../images/deco/scrollbar_left.gif);
	height: 15px;
	width: 20px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left center;
}
#flexcrollrelated .hscrollerbaseend{
	background-image: url(../images/deco/scrollbar_right.gif);
	height: 15px;
	width: 20px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right center;
}



#flexcrollrelated .hscrollerbar {
}

