/* CSS Document */


body {
	background: #809ab3 url(images/bg.gif) repeat-x;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
	
/*------------------------------------------------------------------------------------------------------------ Typography */

#video {
	display: none;
	}
	
	
p {
	color: #7f6f6f;
	margin: 0 0 12px 0;
	padding: 0;
	line-height: 17px;
	}
	
p a, p a:visited {
	color: #c30;
	font-style: italic;
	}
	
p a:hover {
	color: #f30;
	font-style: italic;
	}
	
a, a:visited {
	color: #c30;
	font-style: italic;
	}
	
a:hover {
	color: #f30;
	font-style: italic;
	}
	
h1 {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	color: #c30;
	line-height: 24px;
	margin: 0 0 17px 0;
	padding: 0;
	}
	
h2 {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #c30;
	line-height: 18px;
	margin: 0 0 25px 0;
	padding: 0;
	clear: both;
	}
	
h3 {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #c30;
	line-height: 24px;
	margin: 40px 0 0 0;
	padding: 0;
	}
	
	
/*------------------------------------------------------------------------------------------------------------ Layout */	
	
	
#container {
	position: relative;
	left: 50%;
	margin-left: -480px;
	width: 960px;
}


/*------------------------------------------------------------------------------------------------------------ Header */


#header {
	width: 960px;
	height: 150px;
	}
	
#logo {
	width: 202px;
	height: 132px;
	position: relative;
	top: 35px;
	left: -23px;
	float: left;
	}
	
#login {
	width: 321px;
	height: 70px;
	position: relative;
	top: 0;
	float: right;
	background: url(images/login_bg.png) top no-repeat;
	}
	
#login p {
	font-style: italic;
	font-size: 11px;
	color: #fff;
	margin: 0 0 0 8px;
	}
	
#login a, #login a:visited {
	color: #f60;
	font-style: italic;
	}
	
#login a:hover {
	color: #fff;
	font-style: italic;
	}
	
#username, #password {
	height:21px;
	width:100px;
	font-size: 11px;
	font-style: italic;
	color: #666;
	float: left;
	background: url(images/login_input.jpg) no-repeat;
	border: solid 0 #fff;
	padding: 9px 0 0 10px;
	margin: 3px 0 5px 5px;
	}
	
.logon {
	float: left;
	margin: 3px 0 5px 5px;
	width: 80px;
	height: 30px;
	border: solid 0 #fff;
	background: url(images/login_button.jpg) no-repeat;
	color: #fff;
	cursor: pointer;
	}
	
.logon:hover span,
.logon:focus span {
	text-decoration: underline;
}


#banner {
	position: relative;
	top: 30px;
	float: right;
	width: 477px;
	height: 66px;
	border: 2px solid #fff;
	background: url(images/wp_banner.gif) no-repeat;
	text-align: right;
	padding: 5px 20px 0 0;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	}
	
#banner a, #banner a:visited {
	color: #fff;
	}
	
#banner a:hover {
	color: #c30;
	}
	
	
/*------------------------------------------------------------------------------------------------------------ Navigation */
	
	
#nav {
	width: 960px;
	height: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	}
	
#nav ul {
	width: 320px;
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	text-align: center;
	}

#nav ul li {
	padding: 0px 0px 0 18px;
	font-size: 11px;
	text-align: center;
	float: left;
	}
	
#nav ul li a, #nav ul li a:visited {
	display: block;
	width: 71px;
	color: #fff;
	text-decoration: none;
	padding: 3px 7px 3px 7px;
	background: url(images/navbox.png) no-repeat;
	font-style: normal;
	}
	
#nav ul li a:hover, #nav ul li a.active {
	color: #c30;
	background-position: 0 -32px;
	text-decoration: none;
	}
	
#nav ul.left {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	width: 639px;
	}
	
#nav ul.left li {
	width: 163px;
	height: 35px;
	margin: 0;
	float: right;
	line-height: 35px;
	display: inline;
	padding: 0;
	}
	
#nav ul.left li a, #nav ul.left li a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
	background: url(images/tab.png) no-repeat;
	text-align: center;
	height: 35px;
	width: 163px;
	padding: 0;
	}
	
#nav ul.left li a.inactive {
	position: relative;
	left: 13px;
	}
	
#nav ul.left li a.active {
	color: #c30;
	text-decoration: none;
	z-index:10;
	display: block;
	background-position: 0 -35px;
	text-align: center;
	position: relative;
	left: 0px;
	height: 35px;
	}
	
#nav ul.left li a.activeleft {
	color: #c30;
	text-decoration: none;
	z-index:10;
	display: block;
	background-position: 0 -35px;
	text-align: center;
	position: relative;
	left: 13px;
	height: 35px;
	}
	
#nav ul.left li a:hover {
	color: #c30;
	text-decoration: none;
	display: block;
	text-align: center;
	height: 35px;
	background-position: 0 -35px;
	}
	
	
/*------------------------------------------------------------------------------------------------------------ Main Body Home */
	
	
#main {
	width: 960px;
	height: 443px;
	clear: both;
	margin-bottom: 13px;
	background: #fff url(images/main_bg.gif) repeat-y;
	}
	
#intro {
	width: 320px;
	float: right;
	}
	
#tyh {
	float: right;
	width: 250px;
	height: 255px;
	background: #e6e9e9 url(images/intro_bg.gif) repeat-x;
	border-top: 1px solid #fff;
	border-left: 1px solid #e5e5e5;
	padding: 25px 35px 0 34px;
	text-align: justify;
	}
	
.sold {
	display: block;
	float: left;
	width: 35px;
	text-align: center;
	padding: 5px 0 5px 0;
	background: #c30;
	color: #fff;
	margin: 0px 5px 5px 0;
	}
	
.av {
	display: block;
	float: left;
	width: 35px;
	text-align: center;
	padding: 5px 0 5px 0;
	background: #7999b7;
	color: #fff;
	margin: 0px 5px 5px 0;
	}
	
.tbr {
	display: block;
	float: left;
	width: 35px;
	text-align: center;
	padding: 5px 0 5px 0;
	background: #eaeaea;
	color: #666;
	margin: 0px 5px 5px 0;
	}
	
.key {
	margin: 10px 30px 0px 30px;
	float: left;
	padding: 0px;
	clear: both;
	color: #7f6f6f;
	}
	
.keyitem {
	float: left;
	margin: 0px;
	padding: 0px 5px 0px 0px;
	line-height: 12px;
	}
	
#vfm {
	width: 250px;
	height: 161px;
	background: #36414c url(images/vfm_bg.gif) no-repeat;
	border-top: 1px solid #262d35;
	border-left: 1px solid #262d35;
	padding: 0px 35px 0 34px;
	text-align: justify;
	float:right;
	}
	
#vfm p {
	color: #fff;
	}
	
#vfm h2 {
	color: #fff;
	font-size: 24px;
	padding-top: 20px;
	margin-bottom: 17px;
	}
	
.link {
	
	}
	
#slider {
	width: 640px;
	height: 246px;
	float: left;
	}
	
.result {
	width: 640px;
	height: 246px;
	float: left;
	border-top: 1px solid #e0e0e0;
	}
	
.result h3, #slider h3 {
	margin-top: 35px;
	font-size: 16px;
	text-align: left;
	}
	
.sliderpic, .resultpic {
	margin: 5px 30px 5px 5px;
	float: left;
	}
	
.location {
	color: #7f6f6f;
	font-size: 14px;
	}
	
#slider p {
	margin-top: 0px;
	clear: none;
	font-size: 11px;
	margin-right: 30px;
	}
	
.info {
	float: left;
	width: 100px;
	height: 30px;
	background: url(images/info_button.jpg) no-repeat;
	color: #fff;
	line-height: 30px;
	text-align: center;
	font-style: normal;
	z-index: 0;
	}
	
a.info, a.info:visited {
	color: #fff;
	text-decoration: none;
	font-style: normal;
	}
	
a.info:hover {
	text-decoration: underline;
	font-style: normal;
	}
	
.message {
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
	border-left: 5px solid #fff;
	background: #62407d;
	color: #fff;
	clear: left;
	width: 610px;
	height: 20px;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	float: left;
	line-height: 12px;
	}
	
.message p {
	color: #fff;
	}
	
.inline_right {
	padding: 7px;
	background: #fff;
	border: 1px solid #e0e0e0;
	margin: 0 30px 10px 15px;
	float: right;
	}
	
.inline_left {
	padding: 7px;
	background: #fff;
	border: 1px solid #e0e0e0;
	margin: 0 15px 10px 30px;
	float: left;
	}
	
.inline_side {
	padding: 7px;
	background: #fff;
	border: 1px solid #e0e0e0;
	margin: 20px 0 30px 0;
	}
	
.inline_full {
	padding: 7px;
	background: #fff;
	border: 1px solid #e0e0e0;
	margin: 20px 30px 20px 30px;
	}
	
.brochure {
	padding: 7px;
	background: #fff;
	border: 1px solid #e0e0e0;
	margin: 20px 0 10px 0;
	}
	

/*------------------------------------------------------------------------------------------------------------ Main Body Internal */

#main_internal {
	width: 960px;
	background: #fff url(images/main_bg.gif) repeat-y;
	clear: both;
	border-bottom: 1px solid #ccc;
	}

#content {
	width: 640px;
	float: left;
	padding: 35px 0 50px 0;
	text-align: justify;
	}
	
#content_large {
	width: 960px;
	padding: 35px 0 50px 0;
	text-align: justify;
	background: #fff;
	}
	
#resultscontent {
	width: 640px;
	float: left;
	padding: 35px 0 50px 0;
	text-align: justify;
	}
	
#content p, #content_large p {
	padding: 0 30px 0 30px;
	}
	
#resultscontent p {
	padding: 0 30px 0 30px;
	}
	
#content h1, #resultscontent h1, #content_large h1 {
	padding-left: 30px;
	margin: 0 0 26px 0;
	
	font-size: 24px;
	}
	
#content h1.property {
	float: left;
	}
	
#content h2, #content_large h2 {
	padding: 20px 30px 0px 30px;
	margin: 15px 0 15px 0;
	}
	
#content h2.property {
	float: left;
	}
	
/*#content ul, #content_large ul {
	list-style: none;
	clear: both;
	margin: 0 0 0 30px;
	padding: 0;
	}
	
#content ul li, #content_large ul li {
	float: left;
	margin: 0px 5px 15px 0px;
	}
	
#content ul li a, #content ul li a:visited, #content_large ul li a, #content_large ul li a:visited {
	padding: 5px 10px 5px 10px;
	background: #7999b7;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	}
	
#content ul li a:hover, #content ul li a.active, #content_large ul li a:hover, #content_large ul li a.active {
	background: #c30;
	}*/
	
#content ul, #content_large ul {
	list-style: disc;
	line-height: 24px;
	color: #7f6f6f;
	padding: 0 30px 0 30px;
	margin-left: 30px;
	}



	
.result p {
	margin-top: 0px;
	font-size: 11px;
	}
	
.resultblurb {
	clear: none;
	margin-top: 0px;
	font-size: 11px;
	padding: 0 30px 0 30px;
	}
	
#price {
	float: right;
	padding: 7px 30px 7px 45px;
	margin: -7px 0px 0 0;
	display: inline;
	color: #fff;
	background: #c30 url(images/priceflag.gif) no-repeat left;
	font-size: 24px;
	line-height: 24px;
	text-align: right;
	font-style: italic;
	font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	}
	
.state {
	color: #c30;
	font-size: 12px;
	}
	
#status1 {
	color: #fff;
	font-size: 12px;
	float: right;
	display: inline;
	clear: none;
	text-align: right;
	background: #7999b7 url(images/blueflag.gif) no-repeat left;
	padding: 7px 30px 7px 35px;
	margin: 5px 0 0 0;
	}

#status2 {
	color: #fff;
	font-size: 12px;
	float: right;
	display: inline;
	clear: none;
	text-align: right;
	background: #f90 url(images/amberflag.gif) no-repeat left;
	padding: 7px 30px 7px 35px;
	margin: 5px 0 0 0;
	}

#status3 {
	color: #fff;
	font-size: 12px;
	float: right;
	display: inline;
	clear: none;
	text-align: right;
	background: #c30 url(images/redflag.gif) no-repeat left;
	padding: 7px 30px 7px 35px;
	margin: 5px 0 0 0;
	}
	
.video {
	border-top: 1px solid #f1f1f1;
	padding-bottom: 15px;
	}
	
.description {
	clear: both;
	}
	
#sidebar {
	width: 250px;
	float: left;
	/*border-left: 1px solid #e7e6e6;*/
	padding: 30px 35px 50px 35px;
	text-align: justify;
	}
	
#sidebar ul {
	padding: 0;
	margin: 0 0 30px 0;
	color: #7f6f6f;
	text-align: left;
	}
	
#sidebar ul li {
	list-style: disc;
	line-height: 17px;
	/*width: 110px;
	float: left;*/
	font-size: 11px;
	padding-right: 15px;
	/*text-transform: capitalize;*/
	}
	
hr {
	height: 30px;
	background: #fff;
	border: 0px;
	clear: both;
	visibility: hidden;
	}
	
.smallcaps, .smallcaps p {
	font-size: 11px;
	text-transform: uppercase;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
.customise {
	display: inline;
	float: left;
	height: 30px;
	line-height: 30px;
	margin: 13px 0 30px 0;
	}
	
.interest {
	float: left;
	width: 173px;
	height: 30px;
	background: url(images/interest_button.jpg) no-repeat;
	color: #fff;
	line-height: 30px;
	text-align: center;
	margin: 10px 0px 30px 30px;
	}
	
a.interest, a.interest:visited {
	color: #fff;
	text-decoration: none;
	}
	
a.interest:hover {
	text-decoration: underline;
	}
	
.clear {
	clear:both;
	}
	
.top {
	margin-top: 30px;
	text-align: center;
	clear: both;
	}
	
.flowchart {
	border: 1px solid #666;
	padding:  0px 0px 0px 0px;
	margin: 15px 30px 15px 30px;
	text-align: center;
	}
	
.flowchart h2 {
	padding-top: 10px;
	}

/*------------------------------------------------------------------------------------------------------------ Subnav */
	
#subnav {
	background: #809AB3 url(images/subnav_bg.gif) repeat-y;
	padding: 20px 0 10px 0;
	border-top: 1px solid #627c95;
	border-bottom: 1px solid #627c95;
	margin-bottom:20px;
	}
	
#subnav ul {
	list-style: none;
	clear: both;
	margin: 0px 0px 10px 15px;
	padding: 0px 0px 30px 0px;
	}
	
#subnav ul li {
	float: left;
	margin: 0px 5px 10px 5px;
	list-style: none;
	}
	
#subnav ul li a, #subnav ul li a:visited {
	padding: 5px 10px 5px 10px;
	/*background: #7999b7;*/
	background: #34516c;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	font-style: normal;
	}
	
#subnav ul li a:hover, #subnav ul li a.active {
	background: #c30;
	}
	
#subnav h2 {
	background: #fff url(images/greyflag.gif) no-repeat right;
	padding: 5px 20px 5px 10px;
	color: #333;
	font-size: 14px;
	font-style: italic;
	margin: 0px 10px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	}

/*------------------------------------------------------------------------------------------------------------ Suppliers */

.supplier {
	padding: 20px 0px 20px 30px;
	margin: 0px 0px 0px 0px;
	clear:both;
	border-top: 1px solid #e0e0e0;
	}
	
.supplier h2 {
	padding-left: 0px;
	margin-left: 0px;
	}
	
.supplier h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
.supplier p {
	margin: 0px 0px 10px -30px;
	padding: 0px;
	}

img.supplier_logo {
	float: right;
	margin: 0 30px 10px 10px;
	border: 1px solid #e0e0e0;
	padding: 7px;
	/*background: #666;*/
	}
	
.supplier ul {
	position:relative;
	top: 0;
	left: -60px;
	}

.supplier ul li {
	list-style: none;
	line-height: 17px;
	padding: 0px;
	margin: 0px;
	}
	
.tel, .qth_contact {

	font-weight: bold;
	}
	
ul.supplier_info  li {
	list-style: disc;
	clear: both;
	margin-left: 20px;
	}

/*------------------------------------------------------------------------------------------------------------ Gallery */

#gallery {
	background: #fff;
	float: left;
	width: 320px;
	border-bottom: 1px solid #ccc;
	}

.largeimage {
	width: 309px;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}
	
.thumb {
	/*width: 73px;
	height: 49px;*/
	width: 69px;
	border-left: 1px solid #ccc;
	/*margin: 5px 0px 5px 5px;*/
	padding: 5px;
	display: inline;
	}

/*------------------------------------------------------------------------------------------------------------ Search Home */

	
#search {
	width: 610px;
	height: 146px;
	background: #d4bb8b url(images/search_bg.gif) repeat-x;
	float: left;
	border-top: #aa966f 1px solid;
	/*border-right: #aa966f 1px solid;*/
	padding: 15px 0 0 30px;
	}
	
#search h2 {
	color: #fff;
	margin-bottom: 15px;
	}
	
#keywords {
	height:23px;
	width:387px;
	font-size: 11px;
	font-style: italic;
	color: #666;
	float: left;
	background: url(images/search_input.jpg) no-repeat;
	border: solid 0 #fff;
	padding: 6px 10px 0 35px;
	}
	
.submit {
	float: left;
	margin-left: 18px;
	width: 130px;
	height: 32px;
	border: solid 0 #fff;
	background: url(images/search_button.jpg) no-repeat;
	color: #fff;
	cursor: pointer;
	}

.submit:hover span,
.submit:focus span {
	text-decoration: underline;
}

	
label {
	color: #fff;
	font-size: 11px;
	line-height: 24px;
	}
	
select {
	width: 130px;
	}
	
.select {
	width: 130px;
	margin-right: 20px;
	float: left;
	}
	
	
/*------------------------------------------------------------------------------------------------------------ Search Mini */


#search_mini {
	width: 254px;
	height: 204px;
	background: #d4bb8b url(images/search_bg.gif) top repeat-x;
	float: left;
	border-top: #f2ebdc 1px solid;
	border-left: #c1ab80 1px solid;
	border-bottom: #aa966f 1px solid;
	padding: 15px 30px 0 35px;
	}
	
#search_mini h2 {
	color: #fff;
	margin: 20px 0 15px 0;
	}
	
#search_mini a, #search_mini a:visited {
	margin: 0 0 0 15px;
	color: #7b4510;
	font-style: italic;
	line-height: 30px;
	}
	
#search_mini a:hover {
	color: #c30;
	}
	
#keywords_mini {
	height:23px;
	width:207px;
	font-size: 11px;
	font-style: italic;
	color: #666;
	float: left;
	background: url(images/search_mini_input.jpg) no-repeat;
	border: solid 0 #fff;
	padding: 6px 10px 0 35px;
	margin-bottom: 10px;
	}
	
.submit_mini {
	float: left;
	margin: 0 0 0 0;
	width: 130px;
	height: 32px;
	border: solid 0 #fff;
	background: url(images/search_button.jpg) no-repeat;
	color: #fff;
	cursor: pointer;
	display: inline;
	}

.submit_mini:hover span,
.submit_mini:focus span {
	text-decoration: underline;
}


/*------------------------------------------------------------------------------------------------------------ Search Large */

	
#search_lg {
	width: 610px;
	height: 147px;
	background: #d4bb8b url(images/search_lg_bg.gif) repeat-x;
	float: left;
	padding: 15px 0 0 30px;
	}
	
#search_lg h3, #featured h3 {
	color: #fff;
	margin: 0 0 10px 0;
	}
	
#featured {
	width: 290px;
	height: 147px;
	background: #d4bb8b url(images/search_lg_bg.gif) repeat-x;
	float: left;
	padding: 15px 0px 0 30px;
	font-size: 11px;
	}
	
#featured ul, #featured ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#featured a, #featured a:visited {
	color: #7b4510;
	font-style: italic;
	line-height: 17px;
	}
	
#featured a:hover {
	color: #c30;
	}

	
/*------------------------------------------------------------------------------------------------------------ Base Body */

	
#base {
	width: 960px;
	height: 294px;
	background: url(images/base_bg.png) no-repeat;
	clear: both;
	}
	
#base_internal {
	width: 960px;
	height: 150px;
	background: url(images/base_bg.png) bottom no-repeat;
	clear: both;
	}
	
.column {
	width: 200px;
	margin: 0 0 0 30px;
	float: left;
	padding: 30px 0 0 0;
	display: inline;
	text-align: justify;
	}
	
#base_internal h3 {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #c30;
	line-height: 18px;
	margin: 0 0 10px 0;
	padding: 0;
	}
	
	
/*------------------------------------------------------------------------------------------------------------ Footer */
	
	
#footer {
	width: 950px;
	height: 100px;
	text-align: right;
	padding: 10px 10px 0 0;
	}
	
#footer p {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	line-height: 11px;
	}
	
#footer p.copyright {
	font-size: 9px;
	text-align: center;
	margin-top: 35px;
	}
	
#footer p.contact {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 28px;
	}
	
.highlight {
	font-size: 12px;
	color: #f60;
	}
	
#solid {
	width: 99px;
	height: 56px;
	float: left;
	}
	
img {
	border : none;
	}
	
.email {
	text-transform: none;
	font-size: 16px;
	/*font-style: italic;
	font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;*/
	}
	
.email a, .email a:visited {
	color: #fff;
	font-style: normal;
	text-decoration: none;
	}
	
.email a:hover {
	color: #fff;
	font-style: normal;
	text-decoration: underline;
	}
	
/*------------------------------------------------------------------------------------------------------------ image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
	
/*------------------------------------------------------------------------------------------------------------ Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:639px;
		height:246px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:74px;
		position:absolute;
		left:-30px;
		top:271px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:640px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:74px;
		background:url(images/btn_prev.png) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(images/btn_next.png) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
