/* global styles & home page */

* {
    margin:0px;
    padding:0px;
}
body {
    color:#fff;
    font-family:arial, helvetica;
    font-size:12px;
}

#container
{
    position:absolute;
    margin-left:-384px;
    left:47%;
    top:7%;
    width:782px;
    height:auto;
}

#box1links,
#box2links,
#box3links,
#box4links
{
	float:right;
	text-align:right;
	width:180px;
	padding-right:10px;
}

#box1,
#box2,
#box3,
#box4
{
	width:270px;
	height:320px;
	border:1px solid #bbb;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	text-align:right;
}

#box4 img
{
	margin-top:0px !important;
}

#box1 img
{
	float:left;
	padding-right: 5px;
	padding-top: 2px;
}

#box2 img
{
	float:left;
	padding-right: 5px;
	padding-top: 2px;
}

#box3 img
{
	float:left;
	padding-right: 5px;
	padding-top: 2px;
}


#header {
    background:url(../images/logo.gif);
    display:block;
    position:relative;
    float:left;
    height:47px;
    width:766px;
    clear:right;
}
#main {
    display:block;
    background:#89AE41;
    position:relative;
    width:564px;
    height:440px;
    float:left;
    line-height:18px;

}
#main h1 {
    font:normal 24px "century gothic", geneva, arial;
    color: #fff;
    margin:40px 24px 15px;
}
#main p {
    margin:0px 24px 10px;
}
#main img {
    margin:40px 0px 0px 00px;
}
#photo {
    display:block;
    position:relative;
    width:auto;
    height:auto;
    float:left;
    padding:0;
    margin:0;
}
#menu {
    display:block;
    position:relative;
    left:24px;
    width:213px;
    height:440px;
    float:left;
    background:#999795;
}
#menu ul {
    list-style:url(none) none;
    margin-top:46px;
}
#menu li {
    margin-bottom:6px;
}
#menu li a {
    display:block;
    background:#a2a09f;
    height:38px;
    width:207px;
    text-indent:10px;
    font:13px "century gothic", arial;
    color:#fff;
    text-decoration:none;
    padding-top:2px;
}
#menu li a:hover {
    background:#adabaa;
    display:block;
    height:38px;
    width:207px;
}
#menu .active {
    background:#adabaa!important;
    cursor:default;
}

#menu #menu1{border-left:5px solid #89ae41;}
#menu #menu2{border-left:5px solid #9be0e2;}
#menu #menu3{border-left:5px solid #f46f29;}
#menu #menu4{border-left:5px solid #f65da1;height:58px;}
#menu #menu5{border-left:5px solid #b4080e;}
#menu #menu6{border-left:5px solid #741d57;}
#menu #menu7{border-left:5px solid #58352A;}
#menu #menu8{border-left:5px solid #FBCFCB;}

#scroller {
    overflow:auto;
    display:block;
    height:320px;
    margin-right:10px;
    scrollbar-3dlight-color:#c76f76;
    scrollbar-arrow-color:#c76f76;
    scrollbar-darkshadow-color:#c76f76;
    scrollbar-face-color:#a20f1a;
    scrollbar-highlight-color:#a20f1a;
    scrollbar-shadow-color:#a20f1a;
}
a {
    color:#000;
    text-decoration:none;
    cursor:hand;
}
a:hover {
    text-decoration:underline;
}
#copyright {
    display:block;
    position:relative;
    top:3px;
    left:22px;
    width:auto;
    font:9px arial;
    color:#B3B3B3;
    float:right;
}
/* about us styles */

#aboutus #main {
    width:327px;
    background:#7CB9BB;
}
#aboutus  h1 {
    font:normal 24px "century gothic", geneva, arial;
    color: #fff;

}
#aboutus #sub {
    position:absolute;
    z-index:99;
    top:140px;
    left:665px;
}
#aboutus #sub a{
    clear:both;
    font:12px "century gothic", arial;
    color:#d7d7d7;
}
#aboutus #sub span {
    display:block;
    clear:both;
}

/* news styles */

#news #main {
    background:#f46f29;
    width:327px;
    height:440px;
    top:0px;
    left:0px;
}
#events #main,
#press #main {
    background:#f46f29;
    top:0px;
    left:0px;
}
#press .col1 {
    width:60px;
    clear:left;
    display:block;
    float:left;
    font-weight:bold;
}
#press .col2 {
    width:400px;
    clear:right;
    display:block;
    float:left;
}
#press .col2 img {
    float:left;
    margin:0px;
    padding:0px;
}
#news #scroller,
#events #scroller,
#press #scroller {
    scrollbar-3dlight-color:#f9b18b;
    scrollbar-arrow-color:#f9b18b;
    scrollbar-darkshadow-color:#f9b18b;
    scrollbar-face-color:#f46f29;
    scrollbar-highlight-color:#f46f29;
    scrollbar-shadow-color:#f46f29;
}
#news .row {
    display:block;
    clear:both;
    width:85%;
    margin-left:20px;
}
#news .date {
    float:left;
    display:block;
    font-weight:bold;
    width:25%;
    margin-bottom:14px;
}
#news .item {
    float:left;
    display:block;
    width:75%;
    margin-bottom:14px;
}

#news #sub,
#events #sub,
#press #sub {
    position:absolute;
    z-index:99;
    top:187px;
    left:665px;
}
#news #sub a,
#events #sub a,
#press #sub a {
    clear:both;
    font:12px "century gothic", arial;
    color:#d7d7d7;
}
#news #sub span,
#events #sub span,
#press #sub span {
    display:block;
    clear:both;
}
#events .col1,
#events .col2,
#events .col3,
#events .col4 {
    float:left;
    position:relative;
    left:20px;
}

#events .col1 { width:75px; }
#events .col2 { width:75px; }
#events .col3 { width:175px; }
#events .col4 { width:auto; }

#events .row {
    display:block;
    float:left;
    width:500px;;
    clear:both;
    padding-bottom:5px;
}
#events a { color:#fff; }

/* products styles */

#products #main {
    background:#fff;
    color:#999795;
    border:0px;
    top:0px;
    left:0px;
}
#products h1 {
    margin:0px;
    position:relative;
    top:46px;
    left:10px;
    float:left;
    color:#f65da1;
}
#products #topblock {
    display:block;
    position:relative;
    width:50%;
    height:84px;
    background:#fff;
    border:1px solid #bbb;
}
#products #topblock span {
    margin:0px;
    position:relative;
    top:59px;
    left:15px;
    float:left;
    color:#999795;
}
#products .productmenu {
    clear:both;
}
#products .productmenu img {
    border:0px;
    margin:0px;
    padding:0px;
    margin-top:10px;
}
#products .productmenu a {
    border:0px;
    margin:0px;
    padding:0px;
}
#products #sizes a {
    color:#999795;
}
#products #sizes a:hover {
    color:#f65da1;
}
#products #colourselect {
    display:block;
    position:absolute;
    z-index:auto;
    top:409px;
    left:0px;
    width:100%;
    height:29px;
    border:1px solid #bbb;
}
#colourselect .colourbox {
    display:block;
    height:29px;
    width:25px;
    float:left;
}
#colourselect a:hover {
    padding:-1px;
    width:23px;
    height:27px;
    border:1px outset #eee;
    text-decoration:none;
}
#colourselect span {
    display:block;
    position:relative;
    top:7px;
    left:5px;
}
#products #green {background:#89ae41;}
#products #cyan {background:#a9edef;}
#products #orange {background:#f46f29;}
#products #pink {background:#f65ea1;}
#products #wine {background:#b4080e;}
#products #cream {background:#fef4e0;}
#products #black {background:#000000;}
#products #purple {background:#6e1550;}
#products #brown {background:#58352a;}
#products #blue {background:#FBCFCB;}
#products #white {background:#FFFFFF;}
#products #silver {background:#7a797b;}
#products #graphite {background:#424e56;}
#products #cobalt {background:#202646;}

#products #small,
#products #medium,
#products #large,
#products #xl,
#products #xxl,
#products #xxxl {
    display:block;
    position:absolute;
    top:120px;
    width:auto;
    visibility:hidden;
}
#products #small {
    visibility:visible;
}
#products #text_small,
#products #text_medium,
#products #text_large,
#products #text_xl,
#products #text_xxl,
#products #text_xxxl {
    visibility:hidden;
    display: none;
    z-index:auto;
    display:block;
    position:relative;
}
#products #text_small {
    visibility:visible;
    display: block;
}
#products #sizes {
    display:block;
    position:relative;
    top:55px;
    left:300px;
    font-size:11px;
    width:220px;
}

#sizes .col1,
#sizes .col2,
#sizes .col3 {
    display:block;
    float:left;
    height:20px;
}
#sizes .col1 {width:60px;}
#sizes .col2 {width:110px;}
#sizes .col3 {width:auto;}

#sizes a {color:#999795;}
#sizes a:hover {color:#f65da1;
    text-decoration:none;
    cursor:hand;
}

#products #sub {
    position:absolute;
    z-index:129;
    top:232px;
    left:665px;
}

#order #sub,
#terms #sub{
    position:absolute;
    z-index:99;
    top:232px;
    left:665px;
}
#order #sub a,
#terms #sub a,
#products #sub a{
    clear:both;
    font:12px "century gothic", arial;
    color:#d7d7d7;
}
#order #sub span,
#terms #sub span,
#products #sub span {
    display:block;
    clear:both;
}

/* terms styles */

#terms #main {
    width:325px;
    background:#fff;
    color:#f65da1;
    border:1px solid #ddd;
    font-size:11px;
    top:0;
    left:0;
}

#terms h1 {
    font:normal 24px "century gothic", geneva, arial;
    color: #f65da1;
    margin:40px 24px 15px;
}

#terms #scroller {
    scrollbar-3dlight-color:#bbb;
    scrollbar-arrow-color:#bbb;
    scrollbar-darkshadow-color:#bbb;
    scrollbar-face-color:#fff;
    scrollbar-highlight-color:#fff;
    scrollbar-shadow-color:#fff;
}

/* orderform styles */

#order #main {
    width:325px;
    background:#fff;
    color:#f65da1;
    border:1px solid #ddd;
    font:11px arial;
    top:0;
    left:0;
}

#order h1 {
    font:normal 24px "century gothic", geneva, arial;
    color: #f65da1;
    margin:40px 24px 0px 24px;
}

#order #scroller {
    scrollbar-3dlight-color:#bbb;
    scrollbar-arrow-color:#bbb;
    scrollbar-darkshadow-color:#bbb;
    scrollbar-face-color:#fff;
    scrollbar-highlight-color:#fff;
    scrollbar-shadow-color:#fff;
    width:315px;
    margin-right:0px;
    height: 340px;
}
#order label {
    display:block;
    float:left;
    height:16px;
    width:75px;
}
#order input, #order textarea {
    display:block;
    float:left;
    width:160px;
    border:1px solid #bbb;
    overflow:hidden;
    font:11px arial, helvetica;
    color:#999999;
    padding:1px 2px;
    margin-bottom:4px;
}
#order .checkbox{
    display:block;
    float:right;
    width:160px;
    border:none;
    overflow:hidden;
    font:11px arial, helvetica;
    color:#999999;
    padding:1px 2px;
    margin-right:2px;
    margin-bottom:2px;
    margin: 0px 2px 0px 0px;
}
#order .checkbox input{
    display:block;
    float:left;
    width:20px;
    border:none;
    overflow:hidden;
    font:11px arial, helvetica;
    color:#999999;
    padding:1px 2px;
    margin-bottom:8px;
}
#order input {
    height:15px;
}
#order .row {
    display:block;
    clear:both;
    width:auto;
    margin-left:20px;
    width:245px;
    height:auto;
    margin-bottom:8px;
}
#order .btn {
    width:164px;
    color:#fff;
    border:0px;
    background:#f65da1;
    height:auto;
}

/* promotion styles */

#promotion #main {
    width:325px;
    background:#fff;
    color:#58352A;
    border:1px solid #ddd;
    font-size:11px;
    top:0;
    left:0;
}

#promotion h1 {
    font:normal 24px "century gothic", geneva, arial;
    color: #58352A;
    margin:40px 24px 15px;
}

#promotion #scroller {
    scrollbar-3dlight-color:#bbb;
    scrollbar-arrow-color:#bbb;
    scrollbar-darkshadow-color:#bbb;
    scrollbar-face-color:#fff;
    scrollbar-highlight-color:#fff;
    scrollbar-shadow-color:#fff;
}

/* faqs styles */

#faqs #main {
    background:#b4080e;
    height:440px;
    top:0px;
    left:0px;

}
#faqs .anchor {
    display:block;
    width:0px;
    height:0px;
}
#scroller {
    scrollbar-3dlight-color:#c76f76;
    scrollbar-arrow-color:#c76f76;
    scrollbar-darkshadow-color:#c76f76;
    scrollbar-face-color:#b4080e;
    scrollbar-highlight-color:#b4080e;
    scrollbar-shadow-color:#b4080e;
}
#faqs .row {
    display:block;
    clear:both;
    width:475px;
    margin-left:20px;
}
#faqs .row em {
    float:left;
    display:block;
    width:5%;
    margin-bottom:12px;
    font-size:12px;
    font-weight:bold;
    font-style:normal;
}
#faqs .row span {
    float:left;
    display:block;
    width:95%;
    margin-bottom:12px;
    color:#fff;
}
#faqs .row a {
    color:#fff;
}
#faqs .spacer {
    display:block;
    height:10px;
    width:auto;
    clear:both;
}

/* contact us styles */

#contactus #topblock {
    display:block;
    position:relative;
    width:100%;
    height:84px;
    background:#741d57;
}
#contactus #main {
    background:#fff;
    width:562px;
    height:440px;
    color:#999795;
    border:1px solid #ddd;
    font-size:10px;
    top:0px;
    left:0px;
}
#contactus h1 {
    color:#fff;
    margin:0px;
    position:relative;
    top:46px;
    left:20px;
}
#contactus #textblock {
    position:relative;
    top:14px;
    display:block;
    width:212px;
    float:left;
    left: 10px;
    height: 273px;


}
#contactus #photo {
    position:relative;
    top:3px;
}
#stockists {
    position:absolute;
    width:295px;
    height:248px;
    left: 250px;
    top: 0px;
}
#stockists img {
    margin:0;
    padding:0;
    margin-right:10px;
    margin-top:10px;
}
#stockists h2 {
    color:#751D57;
    font-weight:normal;
    font-size:19px;
    margin-bottom:20px;
    height:auto;
}
html>body #stockists h2 {
    position:relative;
    left:-2px;
}
#stockistslist {
    margin:0;
    padding:0;
    background:#fff;
    color:#999795;
    font-size:10px;
}
#contactus iframe {
    height:180px;
    width:266px;
    border:0;
    margin-top:10px;
}
#download {
    position: absolute;
    top: 370px;
    left: 299px;
}
#download a {
    display:block;
    float:left;
    margin-top: 0px;
    font-size: 10px;
    }
#download img {
    display:block;
    margin-top: 0px;
    float:left;
}
#download2 {
    position: absolute;
    top: 345px;
    left: 299px;
}
#download2 a {
    display:block;
    float:left;
    margin-top: 0px;
    font-size: 10px;
    }
#download2 img {
    display:block;
    margin-top: 0px;
    float:left;
}


#galimage {
    position: relative;
    background:url(../images/gallery/com_1.jpg) no-repeat;
    height:360px;
    width:475px;
    display:block;
    float:left;
    clear:right;
}

#galimage2 {
    position: relative;
    background:url(../images/gallery/priv_1.jpg) no-repeat;
    height:360px;
    width:475px;
    display:block;
    float:left;
    clear:right;
}

#galimage2a {
    position: relative;
    background:url(../images/gallery/priv_2.jpg) no-repeat;
    height:360px;
    width:475px;
    display:block;
    float:left;
    clear:right;
}

#galimage2b {
    position: relative;
    background:url(../images/gallery/priv_3.jpg) no-repeat;
    height:360px;
    width:475px;
    display:block;
    float:left;
    clear:right;
}

#galimage2c {
    position: relative;
    background:url(../images/gallery/priv_4.jpg) no-repeat;
    height:360px;
    width:475px;
    display:block;
    float:left;
    clear:right;
}

#galimage2d{
    position: relative;
    background:url(../images/gallery/priv_5.jpg) no-repeat;
    height:360px;
    width:475px;
    display:block;
    float:left;
    clear:right;
}

#galimage2e{
    position: relative;
    background:url(../images/gallery/priv_6.jpg) no-repeat;
    height:360px;
    width:475px;
    display:block;
    float:left;
    clear:right;
}

#galimage2f{
    position: relative;
    background:url(../images/gallery/priv_7.jpg) no-repeat;
    height:360px;
    width:475px;
    display:block;
    float:left;
    clear:right;
}

#galimage3 {
    position: relative;
    background:url(../images/gallery/com_2.jpg) no-repeat;
    height:360px;
    width:475px;
    display:block;
    float:left;
    clear:right;
}

    #galimage4 {
    position: relative;
    background:url(../images/gallery/com_3.jpg) no-repeat;
    height:360px;
    width:475px;
    display:block;
    float:left;
    clear:right;
}

#galimage1c {
    position: relative;
    background:url(../images/gallery/com_5.jpg) no-repeat;
    height:360px;
    width:475px;
    display:block;
    float:left;
    clear:right;
}

#galimage1d {
    position: relative;
    background:url(../images/gallery/com_4.jpg) no-repeat;
    height:360px;
    width:475px;
    display:block;
    float:left;
    clear:right;
    }

#galimage1e {
    position: relative;
    background:url(../images/gallery/com_6.jpg) no-repeat;
    height:360px;
    width:475px;
    display:block;
    float:left;
    clear:right;
}

#galimage1e1 {
    position: relative;
    background:url(../images/gallery/com_61.jpg) no-repeat;
    height:360px;
    width:475px;
    display:block;
    float:left;
    clear:right;
}

#galimage1f {
    position: relative;
    background:url(../images/gallery/com_7.jpg) no-repeat;
    height:360px;
    width:475px;
    display:block;
    float:left;
    clear:right;
}

#galimage1g {
    position: relative;
    background:url(../images/gallery/com_8.jpg) no-repeat;
    height:360px;
    width:475px;
    display:block;
    float:left;
    clear:right;
}

#galimage1h {
    position: relative;
    background:url(../images/gallery/com_9.jpg) no-repeat;
    height:360px;
    width:475px;
    display:block;
    float:left;
    clear:right;
}

#galimage1i {
	position: relative;
	background:url(../images/gallery/com_10.jpg) no-repeat;
	height:360px;
	width:475px;
	display:block;
	float:left;
	clear:right;
}

#galimage1j {
	position:relative;
	background:url(../images/gallery/com_11.jpg) no-repeat;
	height:360px;
	width:475px;
	display:block;
	float:left;
	clear:right;
}

#galimage1k {
	position:relative;
	background:url(../images/gallery/com_12.jpg) no-repeat;
	height:360px;
	width:475px;
	display:block;
	float:left;
	clear:right;
}

#galimage1l {
	position:relative;
	background:url(../images/gallery/com_13.jpg) no-repeat;
	height:360px;
	width:475px;
	display:block;
	float:left;
	clear:right;
}

#galimage1m {
	position:relative;
	background:url(../images/gallery/com_14.jpg) no-repeat;
	height:360px;
	width:475px;
	display:block;
	float:left;
	clear:right;
}
/* Gallery Buttons - start */
#galbtns {
    width:auto;
    clear:both;
    display:block;
}

#galleft {
    position: relative;
    height:46px;
    width:46px;
    display:block;
    margin-top:33px;
    background-image:url(../images/left_btn.gif);
    background-color: transparent!important;
    float:left;
}


#galright {
    position: relative;
    height:46px;
    width:46px;
    display:block;
    margin-left:20px;
    margin-top:33px;
    background-image:url(../images/right_btn.gif);
    background-color: transparent!important;
    float:left;

}



/* Gallery Buttons - end */

#galtext {
    position: relative;
    height:46px;
    width:390px;
    display:block;
    margin-left:20px;
    margin-top:33px;
    float:left;
    font-size:11px;
    line-height:16px;

}

#galtext3 {
    position: relative;
    height:46px;
    width:390px;
    display:block;
    margin-left:20px;
    margin-top:18px;
    float:left;
    font-size:11px;
    line-height:16px;

}

#galcontainer1 {
    position: relative;

    height:440px;
    width:260px;
    display:block;
    float:left;
    clear:left;

}
#galname1 {
    position: relative;
    background-image:url(../images/gallery/intro_1.gif);
    background-color: transparent!important;
    height:170px;
    width:270px;
    display:block;
    float:left;
    clear:left;

}

#galcontainer1 #galintro_1 {
    position: relative;
    background-image:url(../images/gallery/thumb_com_1.jpg);
    background-color: transparent!important;
    width:80px;
    height:80px;
    display:block;
    float:left;
}

#galcontainer1 #galintro_1a {
    position: relative;
    background-image:url(../images/gallery/thumb_com_2.jpg);
    background-color: transparent!important;
    height:80px;
    width:80px;
    display:block;
    margin-left:9px;
    float:left;

}

#galcontainer1 #galintro_1b {
    position: relative;
    background-image:url(../images/gallery/thumb_com_3.jpg);
    background-color: transparent!important;
    height:80px;
    width:80px;
    display:block;
    margin-left:9px;
    float:left;

}

#galcontainer1 #galintro_1c{
    position: relative;
    background-image:url(../images/gallery/thumb_com_4.jpg);
    background-color: transparent!important;
    height:80px;
    width:80px;
    display:block;
    margin-top:15px;
    float:left;

}
#galcontainer1 #galintro_1d {
    position: relative;
    background-image:url(../images/gallery/thumb_com_5.jpg);
    background-color: transparent!important;
    height:80px;
    width:80px;
    display:block;
    margin-left:9px;
    margin-top:15px;
    float:left;

}
#galcontainer1 #galintro_1e {
    position: relative;
    background-image:url(../images/gallery/thumb_com_6.jpg);
    background-color: transparent!important;
    height:80px;
    width:80px;
    display:block;
    margin-left:9px;
    margin-top:15px;
    float:left;

}

#galcontainer1 #galintro_1f{
    position: relative;
    background-image:url(../images/gallery/thumb_com_7.jpg);
    background-color: transparent!important;
    height:80px;
    width:80px;
    display:block;
    margin-top:15px;
    float:left;

}
#galcontainer1 #galintro_1g {
    position: relative;
    background-image:url(../images/gallery/thumb_com_8.jpg);
    background-color: transparent!important;
    height:80px;
    width:80px;
    display:block;
    margin-left:9px;
    margin-top:15px;
    float:left;

}
#galcontainer1 #galintro_1h {
    position: relative;
    background-image:url(../images/gallery/thumb_com_9.jpg);
    background-color: transparent!important;
    height:80px;
    width:80px;
    display:block;
    margin-left:9px;
    margin-top:15px;
    float:left;

}

/* Private */
#galcontainer2 {
    position: relative;
    height:440px;
    width:260px;
    display:block;
    margin-left:24px;
    float:left;


}
#galname2 {
    position: relative;
    background-image:url(../images/gallery/intro_2.gif);
    background-color: transparent!important;
    height:170px;
    width:270px;
    display:block;
    margin-top: 0px;
    float:left;
    clear:left;

}

#galcontainer2 #galintro_2 {
    position: relative;
    background-image:url(../images/gallery/thumb_priv_1.jpg);
    background-color: transparent!important;
    height:80px;
    width:80px;
    display:block;
    float:left;

}

#galcontainer2 #galintro_2a {
    position: relative;
    background-image:url(../images/gallery/thumb_priv_2.jpg);
    background-color: transparent!important;
    height:80px;
    width:80px;
    display:block;
    margin-left:9px;
    float:left;

}

#galcontainer2 #galintro_2b {
    position: relative;
    background-image:url(../images/gallery/thumb_priv_3.jpg);
    background-color: transparent!important;
    height:80px;
    width:80px;
    display:block;
    margin-left:9px;
    float:left;

}

#galcontainer2 #galintro_2c{
    position: relative;
    background-image:url(../images/gallery/thumb_priv_4.jpg);
    background-color: transparent!important;
    height:80px;
    width:80px;
    display:block;
    margin-top:15px;
    float:left;

}
#galcontainer2 #galintro_2d {
    position: relative;
    background-image:url(../images/gallery/thumb_priv_5.jpg);
    background-color: transparent!important;
    height:80px;
    width:80px;
    display:block;
    margin-left:9px;
    margin-top:15px;
    float:left;

}
#galcontainer2 #galintro_2e {
    position: relative;
    background-image:url(../images/gallery/thumb_priv_6.jpg);
    background-color: transparent!important;
    height:80px;
    width:80px;
    display:block;
    margin-left:9px;
    margin-top:15px;
    float:left;

}

#galcontainer2 #galintro_2f{
    position: relative;
    background-image:url(../images/gallery/thumb_priv_7.jpg);
    background-color: transparent!important;
    height:80px;
    width:80px;
    display:block;
    margin-top:15px;
    float:left;

}
#galcontainer2 #galintro_2g {
    position: relative;
    background-image:url(../images/gallery/thumb_priv_8.jpg);
    background-color: transparent!important;
    height:80px;
    width:80px;
    display:block;
    margin-left:9px;
    margin-top:15px;
    float:left;

}
#galcontainer2 #galintro_2h {
    position: relative;
    background-image:url(../images/gallery/thumb_priv_9.jpg);
    background-color: transparent!important;
    height:80px;
    width:80px;
    display:block;
    margin-left:9px;
    margin-top:15px;
    float:left;

}

