/* CSS Document */

div.link
{
    width:550px;
    margin:20px 0px;
    border-bottom:1px dotted #e1e2e3;
}

div.link div.link-image
{
    float:left;
    display:inline;
    width:100px;
}

div.link div.link-data
{
    float:left;
    display:inline;
    width:400px;
}

div.link div.link-data p, div.link div.link-data ul li
{
    font-size:11px;
}

div.absoluteExtension ul li{
	list-style-type:none;
}

.links.classA{}
.links.classA .link{
	width: 18.7%;
	margin: 0;
	border: none;
	float: left;
	color:#48474c;
}
.links.classA .link.marginRight{
	margin-right:1.3%;
}
.links.classA .linkImage,
.links.classA .linkName,
.links.classA .linkTitle,
.links.classA .linkDescription,
.links.classA .linkButtons{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.links.classA .linkImage{
	position:relative;
	height:100px;
	margin-bottom: 11px;
}
.links.classA .linkImage img{
	position:absolute;
	bottom:0;
	left:0;
}

.links.classA .linkName{
	height: 48px;
	margin-bottom: 5px;
}
.links.classA .linkName h2{
	font-size: 13px;
	line-height: 1.35em;
	font-weight: bold;
	font-style: normal;
}
.links.classA .linkTitle{
	height: 55px;;
}
.links.classA .linkDescription{
	height:30px;
	font-size: 10px;
}
.links.classA .linkButtons{
	height:70px;
}
.links.classA .linkButtons a.button{
	padding: 0;
	margin-top: 0;
	background: url("/themes/default/graphics/site/oliverwight-english/ow-button-sml.jpg") repeat-x;
	height: 18px;
	width: 120px;
	text-align: center;
	display: inline-block;
	color: white;
	margin-bottom: 10px;
	border-radius: 4px;
	font-size: 11px;
	padding-top: 1px;
}
.links.classA .linkButtons a.button:hover{
	text-decoration:none;
}

.links.classA .gallery.classA{}
.links.classA .gallery.classA .galleryHolder{
	position:fixed;
	width:700px;
	top:200px;
	padding:20px;
	background-color:white;
	z-index: 17;
	left: 50%;
	margin-left: -350px;
	display:none;
}
.links.classA .gallery.classA .galleryHolder .close{
	background: url("/themes/default/graphics/site/oliverwight-english/modules/gallery/close.jpg") repeat-x;
	width:23px;
	height:24px;
	position:absolute;
	top:8px;
	right:8px;
}
.links.classA .gallery.classA .galleryHolder .galleryImage{
	width:510px;
	float:left;
}
.links.classA .gallery.classA .galleryHolder .galleryImage img{ width:100%; }
.links.classA .gallery.classA .galleryHolder .galleryData{
	width: 160px;
	position: absolute;
	bottom: 20px;
	right: 30px;
}
.links.classA .gallery.classA .galleryHolder .galleryData h3{
	font-weight: bold;
	font-size: 16px;
	line-height: 1.1em;
	margin-bottom: 10px;
}
.links.classA .gallery.classA .galleryHolder .galleryData .extraSmallText{
	margin-bottom: 10px;
	margin-top: -8px;
}
.links.classA .gallery.classA .galleryHolder .galleryData p{
	line-height: 1.4em;
}


div.homeSlider{
    float: left;
    width: 100%;
}

div.homeSlider .imgSlider a{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
	line-height: 0;
}

#slider_container {
    overflow: hidden;
}

div#pageImage .slider-home .imgSlider {
    float: left;
    width: 100%;
    line-height: 0;
}
div#pageImage .slider-home {
    width: 100%;
}
div#pageImage .slider-home img {
    position: relative;
	width: 100%;
    bottom: inherit;
    top: 0;
}