@charset "UTF-8";
/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
	width: 980px;
	background-color: #fff;
	/*margin-top: 15px;*/
}
#slideshow ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 1%; /* IE fix */
}
#slideshow ul:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
	overflow: hidden;
	width:980px;
	border-top: 1px solid #efefef;
	border-bottom: 0;
	text-align: left;
}
#slideshow .slides ul {
	width: 8820px;
}
#slideshow .slides li {
	width: 980px;
	float: left;
	padding: 0;
	height: 350px;
	position: relative;
}
#slideshow .slides li#slide-one {
	background: url(../images/slideshow/img_gift.jpg) no-repeat top left;
}
#slideshow .slides li#slide-two {
	background:url(../images/slideshow/img_nature.jpg) no-repeat top left;
}
#slideshow .slides li#slide-three {
	background: url(../images/slideshow/img_baby.jpg) no-repeat top left;
}
#slideshow .slides li#slide-four {
	background: url(../images/slideshow/img_vacation.jpg) no-repeat top left;
}
#slideshow .slides li#slide-five {
	background: url(../images/slideshow/img_pet.jpg) no-repeat top left;
}
#slideshow .slides li#slide-six {
	background: url(../images/slideshow/img_family.jpg) no-repeat top left;
}
#slideshow .slides li#slide-seven {
	background: url(../images/slideshow/img_love.jpg) no-repeat top left;
}
#slideshow .slides li#slide-eight {
	background: url(../images/slideshow/img_school.jpg) no-repeat top left;
}
#slideshow .slides li#slide-nine {
	background: url(../images/slideshow/img_party.jpg) no-repeat top left;
}
#slideshow .slides h2 {
	margin-top: 0;
}
/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
	background: #FAFAFA;
	border-top:5px solid #e2e0e1;
	height: 95px;
	float: left;
	width: 860px;
}
#slideshow .slides-nav li {
	float: left;
}
#slideshow .slides-nav li a {
	display: block;
	width: 95px;
	height: 95px;
	outline: none;
	color: #6e6e6e;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	position: relative;
}
#slideshow .slides-nav li a img {
	postion: absolute;
	top: 0;
	border: 0 !important;
}
#slideshow div.tab_intro_hdr {
	width: 100px;
	height: 70px;
	padding: 25px 5px 0 15px;
	color:#c2c2c2;
	font-weight: 400;
	font-size: 24px;
	line-height: 18px;
	float: left;
	border-top:5px solid #e2e0e1;
	background: #FAFAFA;
}
#slideshow div.tab_intro_hdr span {
	color: #69bdff;
}

#slideshow .slides-nav li a span {
	position: absolute;
	top: 25px;
	left: 25px;
	text-align: center;
}
#slideshow .slides-nav li a:hover {
	background: url(../images/icon_on.png) no-repeat 0 -1px;
}
.js #slideshow .slides-nav li.on, .js #slideshow .slides-nav li.on a {
	background: url(../images/icon_on.png) no-repeat 0 -1px;
}
.js #slideshow .slides-nav li.on a {
	position: relative;
}
/* ---------------------------------------------------- */
/* STYLE INSIDE SLIDE
/* ---------------------------------------------------- */
div.slides ul li h1 {
	position: absolute;
	top: 20px;
	left: 60px;
	color: #1bc1e5;
	font-size: 26px;
}
div.slides ul li h3 {
	position: absolute;
	top:55px;
	left: 60px;
	font-size: 14px;
}
div.slides ul li div.seo_hdr {
	position: absolute;
	top: 275px;
	right: 0px;
	padding: 5px 10px;
	margin-right: 25px;
}
div.slides ul li h2 {
	color: #1d1d1d;
	font-size: 26px;
	font-weight: bold;
	text-transform: capitalize;
	opacity:0.95;
	filter:alpha(opacity=95);
	color: #69bdff;
	color: #29abe2;
}
div.slides ul li p {
	position: absolute;
	top: 85px;
	right: 60px;
	width: 300px;
	line-height: 18px;
}
div.slides ul li a img {
	position: absolute;
	top: 225px;
	right: 70px;
	width: 300px;
	border: 0;
}
/* ------------------------ CONTENT GLIDER ------------------------- */
.glidecontentwrapper {
	position: relative; /* Do not change this value */
	width: 260px;
	height: 150px; /* Set height to be able to contain height of largest content shown*/
	overflow: hidden;
	padding-top: 15px;
}
.glidecontent { /*style for each glide content DIV within wrapper.*/
	position: absolute; /* Do not change this value */
	background: white;
	padding: 0;
	visibility: hidden;
	width: 250px;
}
.glidecontent img { 
	margin: 0 0px 10px 20px;
}
.glidecontent p { 
	padding: 5px 15px;
	font-size: 16px;
	clear: both;
	font-size: 13px;
	line-height: 18px;
}
.glidecontent p a { 
	font-weight: bold;
}
.glidecontenttoggler { /*style for DIV used to contain toggler links. */
	width: 250px;
	margin-top: 6px;
	text-align: center;
}
/* ---- CSS buttons -------- */
.cssbuttonstoggler{ /*style for DIV used to contain toggler links. */
width: 220px;
margin: 10px 10px 0 0;
text-align: right;
background: none; /*always declare an explicit background color for fade effect to properly render in IE*/
overflow: hidden; 
float: right;
}
.cssbuttonstoggler a { 
background: url(../images/icon_toggler_off.png) no-repeat 0 0;
display: block;
float: left;
margin: 3px;
height: 20px;
width: 20px;
text-decoration: none;
}
.cssbuttonstoggler a.selected, .cssbuttonstoggler a:hover{ 
background: url(../images/icon_toggler_on.png) no-repeat 0 0;
}
.cssbuttonstoggler a.selected span, .cssbuttonstoggler a:hover span{ 
background: url(../images/icon_toggler_on.png) no-repeat 0 0;
}
.cssbuttonstoggler a.toc{ 
}

