﻿/*------------------------------------------------------------------
RETOUCH ApS - www.retouch.dk 

[Table of contents]
1. Body & all standards styles
2. Headlines
3. Lists
4. Typography
5. Frame
6. Navigation
7. Buttons
8. Contact form
9. Rounded corners
10. Page elements
11. List of shops
-------------------------------------------------------------------*/

/* [1. Body & all standards styles
----------------------------------------------- */

body {
	font:normal 12px/normal arial, helvetica, sans-serif;
	/* font: font-weight font-size/line-height font-family */	
	color:#2e2e2e;
	text-align:left;
	background:#9f9f9c url('/images/bg.gif') repeat-x top;
}
body,html    { }
*            { margin:0; padding:0; }
img          { border:0; }
.float-right { float:right !important; }
.float-left  { float:left; }
.text-right  { text-align:right; }
.text-left   { text-align:left; }
.text-center { text-align:center; }
.center      { text-align:center; }
.clearBoth   { clear:both; font-size:0; line-height:0; height:0; }
.left-image  { margin:5px 15px 10px 0; float:left; }
.right-image { margin:5px 0 10px 15px; float:right; }

/* [2. Headlines]
----------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
    margin:0;
	padding:0;
    color: #000;	
    padding-bottom: .4em;
	font-weight:normal;
	font-family:georgia, arial, helvetica;
}
h1 { font-size: 28px; }
h2 { font-size: 16px; line-height:150%;}
h3 { font-size: 16px; line-height:150%;}
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }


.headline {
	font:normal 19px/normal georgia, arial, helvetica, sans-serif;
	text-align:center;
	color: #000;
	margin:0 0 10px 0 !important;
	padding:0 0 10px 0;
	border-bottom:3px #b4b4b4 solid;
}

#leftsubcontent h2,
#rightsubcontent h2{
	font-weight:bold
}

/* [3. Lists]
----------------------------------------------- */

/* ul */

ul.nodots {
	padding:0;
	margin:0;
	list-style-type:none;
}
ul {
	list-style-position: outside;
	padding:0 0 0 2em;
	margin:0 0 10px 0;
}
ul li { line-height:normal; }

/* ol */

ol { margin: .5em .5em 1.5em; }
ol li {
	margin-left: 2em;
	padding-left: 0;
	background: none; 
	list-style-type: decimal;
}
ul.nobullets 
{
	 list-style-type:none;
	 padding:0;
}

/* [4. Typography]
----------------------------------------------- */

a {
	text-decoration: none;
	outline:none;
 	color:#2b81bc;
}
a:hover {
	text-decoration: underline;
	outline:none;
	color:#2b81bc; 
}

p {
	line-height:150%;
	margin:0 0 10px 0 ;
	font-weight:normal;
}
.rounded-grey p {
	margin:0;
	color:#000;
}
.required {
	color:red;
}
.adimagespace {
	margin:0 0 10px 0 !important;
}
.changelang 
{
	float:right;
	font-size:11px;
	color:#fff;
	margin:5px 20px 0 0;
}
/* [5. Frame]
----------------------------------------------- */

#sitecontainer {
	width:100%;
	background-color:#f2f2f2;
	/*position:relative;*/
	padding:25px 0;
}
#mainarea{
	width:960px;
	margin:0 auto;
	clear:both;
	/*position:relative;*/
}
#content {
	width:665px;
	float:left;
}
#sidebar {
	width:280px;
	float:right;
}
#slimsidebar {
	width:220px;
	float:right;
	margin:0 0 0 15px;
	display:inline;
}
#leftsubcontent {
	width:305px;
	float:left;
}
#rightsubcontent {
	width:305px;
	float:right;
}
/* header */
#header {
	position:relative;
	height:86px;
	width:960px;
	margin:0 auto;
}
#header #logo {
	width:89px;
	height:56px;	
	background-image:url('/images/logo.gif');
	background-repeat:no-repeat;
	text-indent:-9000px;
	float:left;
	position:absolute;
	top:14px;
	left:0;
	margin:0;
	padding:0;
}
#header #logo a {
	display:block;
	width:100%;
	height:100%;
	outline:none;
}

/* subheader */

#subheadercontainer {
	width:100%;	
	height:318px;
	background:url('/images/bg-headerwood.jpg') repeat-x left;
}
#subheader {
	width:960px;
	margin:0 auto;
}

/* opening hours */
#subheader #openinghours {
	background:url('/images/bg-openinghours.png') no-repeat;
	_behavior: url(../htc/iepngfix.htc);
	width:240px;
	height:248px;
	padding:20px;
	float:right;
	margin:15px 0 0 0;
	color:#f2f2f2;
	font-family:georgia, arial, helvetica;
	font-size:16px;
}
#subheader #openinghours p {
}
#subheader #openinghours .title {
	font-size:20px;
	line-height:24px;
	margin:0 0 2px 0;	
}
#subheader #openinghours .subtitle {
	font-size:17px;
	line-height:17px;
	color:#979797;
	margin:10px 0 5px 0;
}
#subheader #openinghours .link {
	font-size:16px;
	line-height:20px;
	color:#4f97d3;
	margin:0 0 5px 0;
}
#subheader #openinghours table {
	width:100%;
	border-collapse:collapse;
	margin:0 0 5px 0;
}
#subheader #openinghours table td{
	font-size:16px;
	color:#f2f2f2;
	padding:5px 0 4px 0;
}
#subheader #openinghours table .day {
	width:150px;
}

/* banner */

#bannerarea {
	width:665px;
	height:288px;	
	position:relative;
	float:left;
}
ul#banner {
	padding: 0;
	margin: 0;
	list-style-type: none;
	width:665px;
	height:288px;
	position:relative;
	margin:15px 0 0 0;
}
ul#banner li {
    padding: 0;
}
ul#banner li img {
	z-index:10;
	height:288px;	
}
ul#banner .bannerinfo {
	background:url('../images/bg-banner-info.png');
	/*_behavior: url(../htc/iepngfix.htc);*/
	_background:#000 none;
	position:absolute;
	z-index:100;
	left:0;
	bottom:0;
	width:625px;
	height:62px;
	font-size:16px;
	color:#fff;
	line-height:28px;
	font-family:georgia, arial, helvetica;
	padding:5px 20px 0 20px;
}
ul#banner .bannertitle {
	font:italic normal 11px/normal georgia, arial, helvetica;	
	color:#fff;
	line-height:19px;
	margin:0 0 0 20px;
	float:left;
}
ul#banner img {
	display:block; /* ie6 issue */
}
#bannerarea #nav  {
	/*background:url('../images/bg-banner-pagging.png');*/
	/*_background:url('../images/bg-banner-pagging-ie6.gif');*/
	/*_background:#000 none;*/
	position:absolute;
	z-index:100;
	left:0;
	top:284px;
	width:645px;
	height:19px;
	line-height:19px;
	padding:0 0 0 20px;
}
#bannerarea #nav a {
	font:bold 11px/14px georgia, arial, helvetica;	
	color:#fff;
	text-decoration:none;
	margin:1px;
	padding:0 1px 2px 1px;
	float:left;
	width:13px;
	height:13px;
	text-align:center;
}
#bannerarea #nav a:hover,
#bannerarea #nav a.activeSlide {
	text-decoration:none;		
	background:url('/images/bg-banner-pagging-li.gif') no-repeat center 2px;
	float:left;	
}





/* [6. Navigation]
----------------------------------------------- */

/* topmenu */

#topmenu {
	padding:0;
    margin: 0;
    position: absolute;
    top: 46px;
    left: 120px;
}
/*
#topmenu ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#topmenu ul li {
	float:left;
	margin:0 0 0 28px;
	display:inline;
}
#topmenu ul li a {
	color:#f2f2f2;
	font-size:15px;
	line-height:19px;
	font-weight:bold;
	text-decoration:none;
}
#topmenu ul li a:hover,
#topmenu ul .current a {
	color:#fff;
}
*/
ul#navmenu {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 835px; /*For KHTML*/
	list-style: none;
	height: 28px;
	z-index:100000000000;
}
ul#navmenu li {
	border: 0 none;
	padding: 0;
	margin:0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	margin:0 0 0 28px;  
}
ul#navmenu ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 180px;
	list-style: none;
	display: none;
	position: absolute;
	left: 0;
}
ul#navmenu ul:after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

ul#navmenu ul li {
	width: 160px;
	_width:160px;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
}
/* Root Menu */
ul#navmenu a {
	padding:0;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	background: transparent;
	/*color:#f2f2f2;*/
	color:#dad9d9;
	font-size:15px;
	line-height:19px;
	font-weight:bold;
	text-decoration:none;
	height: auto !important;
	height: 1%; /*For IE*/
}
ul#navmenu a.current 
{
	color:#fff;
}
/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
	color: #fff;
}
/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
	float: none;
	background-color:#000;
	color: #fff;
	font-size:11px;
	font-weight:bold;
	padding:2px 5px 2px 10px;
	margin:0;
}
ul#navmenu li ul {
	padding:5px 0 0 0;
	_padding:25px 0 0 0;
}
ul#navmenu li ul li ul,
ul#navmenu li ul li ul li ul {
	padding:0;
}
ul#navmenu li ul li,
ul#navmenu li ul li ul li,
ul#navmenu li ul li ul li ul li {
	margin:0;
	border-bottom:1px #3c3c3c solid;	
}
/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
	background: #2e2e2e;
	color: #fff;
}
/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
	background: #000;
	color: #fff;
}
/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
	background: #2e2e2e;
	color: #fff;
}
ul#navmenu ul ul,
ul#navmenu ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
	display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
	display: block;
}

/* footer */
#footer {
	width:960px;
	margin:0 auto 0 auto;	
	padding:15px 0 15px 0;
}
#footer p 
{
	font-size:12px;
	color:#4a4a4a;
	font-weight:bold;
}	

/* [7. Buttons]
----------------------------------------------- */


/* [8. Contact form]
----------------------------------------------- */



/* [9. Rounded corners]
----------------------------------------------- */

/* grey box */
.rounded-grey {
	background-color:#d2d2d2;
	margin:0 0 15px 0;
	height:100%;
	overflow:hidden;
	clear:both;
}
.rounded-grey .inside {
	background-color:#fff;
	padding:10px;
	height:100%;
	overflow:hidden;
	clear:both;	
}

.rounded-grey .wrapper1 {background:url(/images/corner-grey-top-left.gif) no-repeat top left;}
.rounded-grey .wrapper2 {background:url(/images/corner-grey-top-right.gif) no-repeat top right;}
.rounded-grey .wrapper3 {background:url(/images/corner-grey-bottom-left.gif) no-repeat bottom left;}
.rounded-grey .wrapper4 {
	background:url(/images/corner-grey-bottom-right.gif) no-repeat bottom right;
	padding:10px;
}

.sidebarbox 
{
	height:229px !important;
}
.sidebarbox ul 
{
	list-style-type:none;
	margin:0 0 10px 0;
	padding:0;
}
.sidebarbox ul li 
{
	display:block;
}
.sidebarbox ul li a 
{
	text-decoration:none;
	font-weight:bold;
	line-height:18px;
}
.sidebarbox ul li a:hover 
{
	text-decoration:underline;
}
.sidebarbox p 
{
	color:#4c4c4c;
}


/* [10. Page elements]
----------------------------------------------- */

/* sidebarelement */

.sidebarelement {
	height:100%;
	overflow:hidden;
	clear:both;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	border-bottom:1px #d2d2d2 dashed;
}
.sidebarelement h2 {
	font:normal 19px/normal georgia, arial, helvetica, sans-serif;
	text-align:center;
	color: #000;
	margin:0 0 10px 0 !important;
	padding:0 0 10px 0;
	border-bottom:3px #b4b4b4 solid;
}
.lastelement,
.last {
	border-bottom:none;
	margin:0;
	padding:0;
}

/* topinfo */

.topinfo {
	padding:0 0 10px 0;
	margin:0 0 15px 0;
	border-bottom:1px #969696 solid;
	height:100%;
	overflow:hidden;
	clear:both;
}
.topinfo h1 {
	float:left;
	margin:12px 0 0 0;
	padding:0;
	/*width:475px;*/
}
.topinfo h1.blogpostheadline 
{
	width:460px;
}
.topinfo .storeicon {
	padding:0 0 0 12px;	
	margin:-1px 0 0 10px;	
	_margin:-1px 0 0 0px;
	font-size:10px;
	color:#323232;	
	float:left;
}
.topinfo .kvinder {
	background:url('/images/icon-kvinder.png') no-repeat center left;
	_behavior: url(../htc/iepngfix.htc);	
}
.topinfo .maend {
	background:url('/images/icon-maend.png') no-repeat center left;	
	_behavior: url(../htc/iepngfix.htc);	
}
.topinfo .piger {
	background:url('/images/icon-piger.png') no-repeat center left;	
	_behavior: url(../htc/iepngfix.htc);	
}
.topinfo .drenge {
	background:url('/images/icon-drenge.png') no-repeat center left;
	_behavior: url(../htc/iepngfix.htc);	
}

/* print, sentofriend & back to the overview icons */

.print {
	background:url('/images/icon-print.gif') no-repeat center left;
	padding:0 0 0 20px;	
	float:left;
	font-size:10px;
	color:#a90000;
	text-decoration:underline;	
}
.print:hover {
	text-decoration:none;
}
.sendtofriend {
	background:url('/images/icon-sendtofriend.gif') no-repeat center left;
	padding:0 0 0 20px;	
	float:left;
	font-size:10px;
	color:#a90000;
	text-decoration:underline;	
}
.sendtofriend:hover {
	text-decoration:none;
}
.backtooverview {
	background:url('/images/icon-backtooverview.gif') no-repeat center left;
	padding:0 0 0 25px;	
	float:left;
	font-size:10px;
	color:#a90000;
	text-decoration:underline;	
}
.backtooverview:hover {
	text-decoration:none;
}

.topinfo .extraoptions {
	float:right;
	margin:15px 0 0 0;
}
.topinfo .print,
.topinfo .sendtofriend,
.topinfo .backtooverview {
	margin:0 0 0 10px;
}
/* bottominfo */
.bottominfo {
	height:100%;
	overflow:hidden;
	clear:both;
	margin:20px 0 0 0;
}
.bottominfo .extraoptions {
	float:left;
	margin:15px 0;
}
.bottominfo .print,
.bottominfo .sendtofriend,
.bottominfo .backtooverview {
	margin:0 10px 0 0;
}





/* contact */

.contactinfo {
	color:#464646;	
	padding:0;		
}
.contactinfo h2 {
	font:bold 14px/normal arial, helvetica, sans-serif;
	padding:0 0 5px 0;	
}

/* imagegallery */

.imagegallery{
	/*width:670px;
	margin-left:-5px;
	position:relative;*/
}
.imagegallery h3 {
	margin:0;
}
.imagegallery img {
	margin:0 5px 5px 0;
}

/* filegallery */

.filegallery {
	/*width:100%;*/
	border-collapse:collapse;
	margin:0 0 20px 0;
}
.filegallery thead th,
.filegallery tbody td {
	padding:8px 10px;
}
.filegallery thead th {
	background-color:#fff;
	font-weight:bold;
	font-size:13px;
	color:#363636;
	border-top:1px #d7d7d7 solid;
	border-bottom:1px #d7d7d7 solid;
}
.filegallery thead .first {
	border-left:1px #d7d7d7 solid;
}
.filegallery thead .last {
	border-right:1px #d7d7d7 solid;
}
.filegallery td {
	font-size:12px;
	color:#4b4b4b;
	border-bottom:1px #ebebeb solid;	
}
.filegallery .last {
	text-align:right;
}

/*googlemap */

.googlemap{
	width:665px;
	height:450px;
	float:right;
	border:1px #b3b5b8 solid;
	margin:0 auto;
}



/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

/* vidsteduat */




/* illum billeder */

.slider1 
{
}
.slider-wrap {
	width: 100%;
	position: relative;
	margin:0;
}
.svw {
	width: 50px;
	height: 20px;
	background: #fff;
	overflow: hidden;
}
.svw ul {
	position: relative;
	left: -999em;
}
.stripViewer {
	position: relative;
	overflow: hidden;
	margin: auto;
	width: 665px;
	clear: both;
	background: #fff;
}
.stripViewer .panelContainer {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;
	-moz-user-select: none;
}
.stripViewer .panelContainer .panel {
	float: left;
	width: 665px;
	height: 100%;
}
.stripViewer .panelContainer .panel .wrapper {
}
.stripNav {
	margin: auto;
}
.stripNavL, .stripNavR {
	position: absolute;
	top: 625px;
	_top:620px;
	text-indent: -9000em;
}
.stripNavL a, .stripNavR a {
	display: block;
	height: 45px;
	width: 40px;
}
.stripNavL {
	left: 420px;
}
.stripNavR {
	right: 720px;
}
.stripNavL {
	background: url("/images/arrowLeft.gif") no-repeat top;
}
.stripNavR {
	background: url("/images/arrowRight.gif") no-repeat top;
}
.stripNavR a:hover {
	background: url("/images/arrowRight.gif") no-repeat bottom;
}
.stripNavL a:hover {
	background: url("/images/arrowLeft.gif") no-repeat bottom;
}
.arrows {
	background-position: center center;
	height: 100px;
	background-color: #4c145e;
	border-top:3px #fff solid;
	margin: 0;
}

/* [11. List of shops]
----------------------------------------------- */

.listofshops{
	border-collapse:collapse;
	width:100%;
	color:#242424;
}
.listofshops p {
  margin:0; /* global p has margin:0 0 10px 0; so we have to reset it */
}
/* styling headlines */

.listofshops thead th {
  padding:5px;
  background-color:#000;
  /*border:1px #b3b5b8 solid;*/
  border-bottom:none;
  font-size:13px;
  color:#fff;
  text-align:left;
}
/* styling body */
.listofshops td {
	vertical-align:top;
  padding:5px;
  /*border:1px #b3b5b8 solid;	*/
}
.listofshops tr {
	background-color:#f7f7f7;
}
.listofshops tr.alternate {
  background-color:#dadada;
}
.listofshops .first {
	width:400px;
}
.listofshops .second {
	width:15%;
	text-align:center;	
}
.listofshops .third {
	width:15%;
	text-align:center;
}
.listofshops .fourth {
	width:15%;
	text-align:center;
}
.listofshops .indent {
		/*text-indent:20px;*/
		padding:0 0 0 20px;
		font-size:10px;
		line-height:14px;
}

/* icons */

.listofshops .mand,
.listofshops .kvinde,
.listofshops .dreng,
.listofshops .pige {
	width:9px;
	height:11px;
	float:left;
	margin:3px 5px;
}

.listofshops .mand {
	background-image:url('/images/dot-mand.gif');
	background-repeat:no-repeat;
}
.listofshops .kvinde {
	background-image:url('/images/dot-kvinde.gif');
	background-repeat:no-repeat;
}
.listofshops .dreng {
	background-image:url('/images/dot-dreng.gif');
	background-repeat:no-repeat;
}
.listofshops .pige {
	background-image:url('/images/dot-pige.gif');
	background-repeat:no-repeat;
}
.listofshops .transparent 
{
	background-image:url('/images/transparent.gif');
	background-repeat:no-repeat;
	width:9px;
	height:11px;
	float:left;
	margin:3px 5px;	
}
.legend {
	float:right;
	width:140px; /* we have to set width for opera */
}
.legend img {
	vertical-align:middle;
	margin:0 5px 0 0;
}
.legend .item {
	width:70px;
	float:left;
}


#shopSortList {
	list-style: none;
	margin:0;
}
#shopSortList li {
	float: left;
	margin:0;
	display:inline;
}
#shopSortList a  {
	display: inline;
	float:left;
	text-decoration:none;
	padding:0 3px;	
	font-weight:bold;
	cursor:pointer;
	cursor:hand;

}
#shopSortList a:hover {
	cursor:pointer;
	cursor:hand;
	background-color:#2b81bc;
	color:#fff;
	padding-bottom:1px;
	text-decoration:none;
}

#listofshops .selected 
{
	background-color:#2b81bc;
	color:#fff !important;
	padding-bottom:1px;
	text-decoration:none;
}
.viser
{
}
.viser ul 
{
	padding:0 0 5px 0;
	margin:0;

}
.viser ul li 
{
	padding:0 5px;
	border-right:1px #2b81bc solid;
	display:inline;
}
.viser ul li a {

}
.viser a:hover,
.viser .selected 
{
	background-color:#2b81bc;
	color:#fff !important;
}
.viser .last 
{
	border-right:none;
}

/* openingHoursSlider */


#openingHoursSlider  
{
	position:relative;
	height:250px;
}
#openingHoursSlider .slider-wrap {
	width: 100%;
	position: relative;
	margin:0;
}
#openingHoursSlider .svw {
	width: 50px;
	height: 20px;
	overflow: hidden;
}
#openingHoursSlider .svw ul {
	position: relative;
	left: -999em;
}
#openingHoursSlider .stripViewer {
	position: relative;
	overflow: hidden;
	margin: auto;
	width:240px;
	clear: both;
}
#openingHoursSlider .stripViewer .panelContainer {
	position: relative;
	margin:0;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;
	-moz-user-select: none;
}
#openingHoursSlider .stripViewer .panelContainer .panel {
	float: left;
	width: 240px;
	height: 100%;
}
#openingHoursSlider .stripViewer .panelContainer .panel .wrapper {
}
#openingHoursSlider .stripNav {
	margin: auto;
}
#openingHoursSlider .stripNavL, #openingHoursSlider .stripNavR {
	position: absolute;
	top:215px;
	text-indent: -9000em;
}
#openingHoursSlider .stripNavL a, #openingHoursSlider .stripNavR a {
	display: block;
	height: 23px;
	width: 20px;
}
#openingHoursSlider .stripNavL {
	left: 0;	
	z-index:100;
}
#openingHoursSlider .stripNavR {
	right: 0;	
	z-index:100;
}
#openingHoursSlider .stripNavL {
	background: url("/images/arrowLeftSmall.png") no-repeat top;
	_background: url("/images/arrowLeftSmall.gif") no-repeat top;
}
#openingHoursSlider .stripNavR {
	background: url("/images/arrowRightSmall.png") no-repeat top;
	_background: url("/images/arrowRightSmall.gif") no-repeat top;
}
#openingHoursSlider .stripNavR a:hover {
	background: url("/images/arrowRightSmall.png") no-repeat bottom;
	_background: url("/images/arrowRightSmall.gif") no-repeat bottom;
}
#openingHoursSlider .stripNavL a:hover {
	background: url("/images/arrowLeftSmall.png") no-repeat bottom;
	_background: url("/images/arrowLeftSmall.gif") no-repeat bottom;
}
#openingHoursSlider .arrows {
	background-position: center center;
	margin: 0;
	position:relative;
	width:240px;
}
#openingHoursSlider .linkContainer 
{
	text-align:center;
	z-index:10;
}
