/* author: hakim jamal - hakim@thoughtography.net */

body {
	background-image:  url("../images/global/bg_center.gif");
	background-repeat: repeat-x;
	margin: 0px;
}
#imagescroll{
	position: absolute;
	top: 33px;
	width: 650px;
	height: 300px;
	left: 50%;
	margin-left: -350px;
}
#scrollbarcontainer {
	position: absolute;
	width: 13px;
	height: auto;
	top: 30px;
	left: 50%;
	margin-left: 301px;
}
#scrollupright{
	position: absolute;
	top: 0px;
	width: 14px;
	left: 0px;
	z-index: 2;
}
#scrolldownright{
	position:absolute;
	top: 298px;
	width: 14px;
	left: 0px;
	z-index: 2;
}
#scrollbarright{
	position: absolute;
	border: 1px solid #FFFFFF;
	background-color: #E7E7E7;
	top: 15px;
	left: 0px;
	height: 280px;
	width: 13px;
	z-index: 1;
}
.scroll {
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	width: 13px;
	height: 12px;
	padding: 0px;
	display: block;
}
a.scroll:link{
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	padding: 0px;
	text-decoration: none;
}
a.scroll:hover {
	border: 1px solid #FFFFFF;
	background-color: #5E6666;
	padding: 0px;
	text-decoration: none;
}
a.scroll:active {
	border: 1px solid #FFFFFF;
	background-color: #5E6666;
	padding: 0px;
	text-decoration: none;
}
a.scroll:visited {
	text-decoration: none;
	padding: 0px;
}
td{
	padding: 4px;
}
li{
	margin-left: -10px;
}

/* thumbs start */
a.thumb{
	border: 1px solid #FFFFFF;
	padding: 0px;
	display: block;
	width: 144px;
	height: 91px;
}
a.thumb:hover {
	border: 1px solid #5E6666;
	padding: 0px;
	display: block;
}
a.thumb:active {
	border: 1px solid #5E6666;
	padding: 0px;
	display: block;
}
a.thumb:visited {
	display: block;
	padding: 0px;
}
/* thumbs end */