.glidecontentwrapper{
position: relative; /* Do not change this value */
width:768px;
height: 315px; /* Set height to be able to contain height of largest content shown*/
border: 1px solid #dbe1e6;
overflow: hidden;
border-bottom:0;
padding:0;
float:left;
background-image:url(bg.jpg);
background-repeat:no-repeat;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
padding: 10px;
padding-right:0;
visibility: hidden;
width: 758px;
display:inline-block;
left:0;
background-color:#ffffff;
background-image:url(bg.jpg);
background-repeat:no-repeat;}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width:768px;
text-align: left;
border: 1px solid #dbe1e6;
border-top:0;
margin-bottom:20px;
float:left;
 /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: inline-block;
color: #ffffff;
padding: 1px 3px;
font-weight: bold;
text-decoration: none;
margin-right:0;
font-weight:bold
}

.glidecontenttoggler a.toc.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
width:90px;
height:35px;
float:left;
color:#ffffff;
font-weight:bold;
background-image:url(bg1select.jpg);
background-repeat:no-repeat;
background-position:center top;
text-decoration:underline
}

.glidecontenttoggler a.toc:hover{
width:90px;
color:#ffffff;
font-weight:bold;
background-image:url(bg1hov.jpg);
background-repeat:no-repeat;
background-position:center top;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
width:90px;
height:35px;
float:left;
font-size:10px;
text-align:center;
background-image:url(bg1.jpg);
background-repeat:repeat-x;
background-position:0 8px;
padding-top:15px;
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #1A48A4;
color: white;
}

.glidecontentwrapper .camrow
{
	float:left; width:358px; border:solid 0px #efcbea; background-color:#ffffff; text-align:justify; padding:5px; margin:0 10px 10px 0; height:130px
	}
.glidecontentwrapper .camrow:hover
{
	float:left; width:358px; border:dotted 0px #cc0000; background-color:#fef6fd; text-align:justify; padding:5px; margin:0 10px 10px 0; height:130px
	}
.glidecontentwrapper .camrow1
{
	float:left; width:358px; border:solid 0px #efcbea; background-color:#ffffff; text-align:justify; padding:5px; margin:0 10px 10px 0; height:130px
	}
.glidecontentwrapper .camrow1:hover
{
	float:left; width:358px; border:dotted 0px #cc0000; background-color:#cdfdb9; text-align:justify; padding:5px; margin:0 10px 10px 0; height:130px
	}
.glidecontentwrapper .camrowcut
{
	float:left; width:358px; border:solid 0px #efcbea; background: #ffffff url(../css/img/cut1bg.gif) no-repeat bottom right; text-align:justify; padding:5px; margin:0 10px 10px 0; height:130px
	}
.glidecontentwrapper .camrowcut:hover
{
	float:left; width:358px; border:dotted 0px #cc0000; background: #cdfdb9 url(../css/img/cut2bg.gif) no-repeat bottom right; text-align:justify; padding:5px; margin:0 10px 10px 0; height:130px
	}
.glidecontentwrapper .h2
{
	width:354px; margin:0 0 2px 0; font-size:14px; letter-spacing:0; color:#fc0000; font-weight:normal; padding:0; float:left; display:inline-block
	}
.glidecontentwrapper h2
{
	width:354px; margin:0 0 2px 0; font-size:14px; letter-spacing:0; color:#fc0000; font-weight:normal; padding:0; float:left; display:inline-block
	}
.glidecontentwrapper .pic
{
	padding:2px 2px 2px 2px; border:solid 0px #dfdfdf; margin:0 5px 0 0; float:left; background-color:#ffffff; height:100px
	}
.glidecontentwrapper .nocamp
{
	width:388px;
	text-align:center;
	float:left;
	margin-top:30px;
	font-size:14px
	}
.glidecontentwrapper a
{
	color:#333333;
	text-decoration:none;
	display:block;
	cursor:pointer
	}
.glidecontentwrapper a:hover
{
	color:#333333;
	text-decoration:underline;
	display:block;
	cursor:pointer
	}
.glidecontentwrapper .price
{
	color:#cc0000;
	font-weight:bold;
	margin:5px;
	float:left;
	font-size:13px
	}
.glidecontentwrapper .cutprice
{
	text-decoration:line-through;
	font-size:11px;
	margin:7px;
	float:left
	}
.glidecontentwrapper .nocutprice
{
	color:#cc0000;
	font-weight:bold;
	margin:30px 5px 5px 5px;
	float:left;
	font-size:13px
	}
