.glidecontentwrapper{
padding:0;
margin:0;
position: relative; /* Do not change this value */
/*width: 130px;*/
/*height: 250px;*/
/*border: 5px solid #687C98;*/
overflow: hidden;
}
/*
	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: 0px;
/*margin:-10px 0;*/
visibility: hidden;
/*width: 130px;*/
background-color:#101010;
overflow:hidden;
/*border-top:1px solid lime;*/
}
.glidecontentwrapper_130_250{
width:130px !important;
height:250px !important;
}
.glidecontentwrapper_130_290{
width:130px !important;
height:290px !important;
}
.glidecontentwrapper_130_290 .glidecontent{
margin:-10px 0;
}
.glidecontentwrapper_130_250 .glidecontent{
margin:-10px 0;
}

.glidecontentwrapper_560_268{
width:560px !important;
height:268px !important;
background:url(http://www.sitepilot.net/rival/webroot/images/bilder_undersidor/bistro_bar_cafe/bar_7.jpg);
}

.glidecontentwrapper_560_300{
width:560px !important;
height:268px !important;
background:url(http://www.sitepilot.net/rival/webroot/images/bilder_undersidor/bistro_bar_cafe/bar_4.jpg);
}

.glidecontentwrapper_560_200{
width:560px !important;
height:268px !important;
background:url(http://www.sitepilot.net/rival/webroot/images/bilder_undersidor/bistro_bar_cafe/new_thinking_top_1.jpg);
}

.glidecontentwrapper_265_200{
width:265px !important;
height:200px !important;
background:url(http://www.sitepilot.net/rival/webroot/images/bilder_undersidor/hotell/Superior_Rival_422_265px.jpg);
}

.glidecontentwrapper_265_300{
width:265px !important;
height:200px !important;
background:url(http://www.sitepilot.net/rival/webroot/images/bilder_undersidor/hotell/Standard_storre_265px.jpg);
}

.glidecontentwrapper_265_400{
width:265px !important;
height:200px !important;
background:url(http://www.sitepilot.net/rival/webroot/images/bilder_undersidor/bistro_bar_cafe/bistro_balkong_glas_265x200px.jpg);
}

.glidecontentwrapper_173_310{
width:173px !important;
height:310px !important;
}
.glidecontentwrapper_173_230{
width:173px !important;
height:230px !important;
}

.glidecontentwrapper_130_190 .glidecontent{
margin:-10px 0;
}
.glidecontentwrapper_130_190{
width:130px !important;
height:190px !important;
margin:0 0 -25px 0;
background:url(http://www.sitepilot.net/rival/webroot/images/bilder_startsida/evenemang/daniel_lindberg_130x180px.jpg) 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. */
visibility:hidden;
width: 130px;
/*margin-top: -6px;*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

