﻿
/* begin: slideshow */
.slideshow {
	position:relative;
	padding:0;
	margin:0;
}
.slideshow a img {
    border:none;
}
.slideshow li.slide {
    list-style-type:none;
}
.slideshow .slides {
	height:260px;
	margin:0;
}
.slideshow .slides li.slide {
	visibility:hidden;
	position:absolute;
	left:0px;
	top:0;
}
.slideshow .buttons {
    display:none;
}
.slideshow .buttons {
    display:block;
	position:absolute;
	z-index:100;
	left:5px;
	top:360px;
	margin:0;
	padding:0;
}
.slideshow .buttons li {
	float:left;
	display:inline;
	/*
width:17px;
	height:17px;
*/
	margin:0;
	padding-left:11px;
	line-height:17px;
	background-image:url('../butonBg2.png');
	background-repeat:no-repeat;
}
.slideshow .buttons li a {
	float:left;
    text-decoration:none;
	width:17px;
	height:17px;
	color:#fff;
	outline:0;
	font-size:400%;
}
.slideshow ul.buttons li a:hover {
    text-decoration:none;
    color:#0a0a0a;
}
.slideshow ul.buttons li.active a:hover,
.slideshow ul.buttons li.active a {
	color:#666666;
}

.features {
	height:60px;
	background: #fff url(../images/tlbcontent.jpg);
	font-size:185%;
	padding:5px;
	width:450px;
}

.features h1 {
	padding-left:10px;
}

/*
li#image1 {
	width:460px;
	height:400px;
	background: #fff url(http://texaslongboards.dev/includes/templates/custom/images/Garden.jpg)no-repeat top left;
}

li#image2 {
	width:460px;
	height:400px;
	background: #fff url(http://texaslongboards.dev/includes/templates/custom/images/Creek.jpg)no-repeat top left;
}

li#image3 {
	width:460px;
	height:400px;
	background: #fff url(http://texaslongboards.dev/includes/templates/custom/images/Autumn_Leaves.jpg)no-repeat top left;
}
*/


/* end: slideshow */