.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid #ffffff;
border-bottom-width: 0px;
width: 511px; /*width of featured content slider*/
height: 261px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 511px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

#_height_01 {
	height: 261px;

}
._height_02 {
	height: 9px;

}
._height_03 {
	height: 33px;
}
._height_03_tile {
	height: 33px;
	background-image: url(http://granview.ca/granviewfarms/templates/turfmaster_template_01/images/slideshow_images/HOMEPAGE_Slide_Border_bottom.jpg);
	background-repeat: no-repeat;
}
._height_04 {
	height: 261px;

}
.slide_links {
	height: 33px;
	width: 33px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F5F5F5;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 12px;
	padding-right: 12px;
	display: inline;
	line-height: 1.5;
}
.slide_links a:link {
	height: 33px;
	width: 33px;
	background-image:url(http://granview.ca/granviewfarms/templates/turfmaster_template_01/images/slideshow_images/BUTTON_01_A.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F5F5F5;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 12px;
	padding-right: 12px;
	display: inline;
	
}
.slide_links a:visited {
	height: 33px;
	width: 33px;
	background-image:url(http://granview.ca/granviewfarms/templates/turfmaster_template_01/images/slideshow_images/BUTTON_01_A.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F5F5F5;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 12px;
	padding-right: 12px;
	display: inline;
}
.slide_links a:active {
	height: 33px;
	width: 33px;
	background-image:url(http://granview.ca/granviewfarms/templates/turfmaster_template_01/images/slideshow_images/BUTTON_01_B.png);
	background-repeat: no-repeat;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	right: 5px;
	padding-top: 5px;
}

.slide_links a:hover, .slide_links a.selected {
	height: 33px;
	width: 33px;
	background-image:url(http://granview.ca/granviewfarms/templates/turfmaster_template_01/images/slideshow_images/BUTTON_01_B.png);
	background-repeat: no-repeat;		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	right: 5px;
	padding-top: 5px;
}




/* TEXT OVER PHOTOS */





#image {position:relative; width:511px; height:261px; margin:0;}
#text {
	position:absolute;
	bottom:0;
	left:0;
	width:511px;
	height:30px;
	padding:5px;
	background-image: url(http://granview.ca/granviewfarms/templates/turfmaster_template_01/images/slideshow_images/SLIDESHOW_text_strip_01.jpg);
}
#text {
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 0.5;
	opacity:1;
		
}
#words {
	position:absolute;
	bottom:0;
	left:0;
	width:511px;
	height:30px;
	background:transparent;
	padding:5px;
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
}
#words a:link {
	position:absolute;
	bottom:0;
	left:0;
	width:511px;
	background:transparent;
	padding:5px;
	color: #FFFFCC;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	text-transform: uppercase;
	font-weight: bold;
}
#words a:active {
	position:absolute;
	bottom:0;
	left:0;
	width:511px;
	background:transparent;
	padding:5px;
	color: #FFFFCC;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	text-transform: uppercase;
	font-weight: bold;
}
#words a:visited {
	position:absolute;
	bottom:0;
	left:0;
	width:511px;
	background:transparent;
	padding:5px;
	color: #FFFFCC;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	text-transform: uppercase;
	font-weight: bold;
}
#words a:hover {
	position:absolute;
	bottom:0;
	left:0;
	width:511px;
	background:transparent;
	padding:5px;
	color: #FFCC99;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	text-transform: uppercase;
	font-weight: bold;
}
