.smallImageWrapper
{
	position:relative;
	width:170px;
	height:150px;
	z-index:9;
	display:block;
    background-repeat: no-repeat;
	padding: 0;
	padding-top:0px;
	padding-bottom:40px;
	margin: 0;
	display: none;
}
.smallImage
{
	position:relative;
	width:170px;
	height:150px;
	z-index:10;
	display:block;
    background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 25px;
	display: none;
}
.smallImageNoJS
{
	position:relative;
	width:170px;
	height:150px;
	z-index:10;
	display:block;
    background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	display: block;
}

.mediumImageWrapper
{
	position:relative;
	width:460px;
	height:250px;
	z-index:9;
	display:block;
    background-repeat: no-repeat;
	padding: 0;
	padding-top:0px;
	padding-bottom:40px;
	margin: 0;
	display: none;
}
.mediumImage
{
	position:relative;
	width:460px;
	height:250px;
	z-index:10;
	display:block;
    background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 25px;
	display: none;
}
.mediumImageNoJS
{
	position:relative;
	width:460px;
	height:350px;
	z-index:10;
	display:block;
    background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	display: block;
}

.largeImageWrapper
{
	position:relative;
	width:610px;
	height:400px;
	z-index:9;
	display:block;
    background-repeat: no-repeat;
	padding: 0;
	padding-top:0px;
	padding-bottom:40px;
	margin: 0;
	display: none;
}
.largeImage
{
	position:relative;
	width:610px;
	height:400px;
	z-index:10;
	display:block;
    background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 25px;
	display: none;
}
.largeImageNoJS
{
	position:relative;
	width:610px;
	height:400px;
	z-index:10;
	display:block;
    background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	display: block;
}
.imgcls
{
	position:relative;
	width:170px;
	height:150px;
	z-index:10;
	display:block;
    background-repeat: no-repeat;
	background-image: url(img/formatted/medium/gasstationLerum.jpg);
	margin-top: 0px;
	margin-bottom: 25px;
	display: none;
}
.smallImageNew
{
	position:relative;
	width:185px;
	height:115px;
	z-index:10;
	display:block;
    background-repeat: no-repeat;

	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    CCborderRadius: 10px;
}
.smallImageNewStandard
{
	position:relative;
	width:185px;
	height:115px;
	z-index:10;
	display:block;
    background-repeat: no-repeat;

    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    CCborderRadius: 10px;

}
.mediumImageNew
{
	position:relative;
	width:460px;
	height:285px;
	z-index:10;
	display:block;
    background-repeat: no-repeat;

	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    CCborderRadius: 20px;
}
.largeImageNew
{
	position:relative;
	width:610px;
	height:250px;
	z-index:10;
	display:block;
    background-repeat: no-repeat;

	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    CCborderRadius: 20px;
}
