﻿
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(170,170,170,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(170,170,170,.3);
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0,50,150,0.6);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}



.closebutton{
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	-khtml-border-radius: 35px;
	border-radius: 35px;
	display:inline-block;
	position:absolute;
	left:330px;
	width:16px;
	height:16px;
	background:#ffffff;
	padding:6px;
	padding-bottom:12px;
	padding-left:8px;
	cursor:pointer;
	border:4px solid #F7AE00;
	text-align:center;
	vertical=align:middle;
	font-size:14pt;
	font-family:verdana;
	font-weight:bold;
	color:#cc0000;
	margin-right:0px;
	margin-top:-25px;
}

#slideshowframe {
background: url('/img/wallpaper.png');
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
-khtml-border-radius: 15px;
border-radius: 15px;
position:absolute;
left:20px;
top:144px;
margin:0;
padding:0;
}

#slideshow {
border:4px solid #F7AE00;
width:420px;
height:300px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
-khtml-border-radius: 15px;
border-radius: 15px;
margin:0;
padding:0;
}

#slideshow img, #slideshowbox img{
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
margin:0;
padding:0;
}

#slideshowbox {
position:absolute;
border:4px solid #F7AE00;
width:420px;
height:300px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
-khtml-border-radius: 15px;
border-radius: 15px;
margin:0;
padding:0;
}

#enquiryform {
padding:10px;
padding-left:20px;
border:4px solid #F7AE00;
width:320px;
height:380px;
position:absolute;
z-index:910;
left:570px;
top:144px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
-khtml-border-radius: 15px;
border-radius: 15px;
margin:0;
}

a.linkt {
color:#ffff00;
font-weight:bold;
font-style:italic;
}

