a,img{border:0;margin:0;padding:0;}

#Gallery1{
float:left;
margin-left:15px;
}
#Gallery2{
background-color:#FFFFFF;
float:left;
margin-left:15px;
}

.glidecontentwrapper1{
position: relative; /* Do not change this value */
width: 175px;
height: 168px; /* Set height to be able to contain height of largest content shown*/
border: 1px solid #FF6600;
overflow: hidden;
}

.glidecontentwrapper2{
position: relative; /* Do not change this value */
width:232px;
height:228px;
border: 1px solid #FF6600;
overflow: hidden;
}


.glidecontent1{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background:#FF6600;
visibility: hidden;
width: 175px;
}
.glidecontent2{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background:#FFFFFF;
visibility: hidden;
width:232px;
}
.glidecontent2 a img {
margin: -3px;
}
/*Pagination Links*/
.glidecontenttoggler1{ /*style for DIV used to contain toggler links. */
position:absolute;
left:796px;
text-align:center;
top:60px;
width:175px;
z-index:999;
background:transparent; /*always declare an explicit background color for fade effect to properly render in IE*/
}
.glidecontenttoggler1 a{ /*style for every navigational link within toggler */
color:#FFFFFF;
display:inline-block;
font-weight:bold;
padding:10px 37px;
text-decoration:none;
outline:none;
}
.glidecontenttoggler1 a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
}
.glidecontenttoggler1 a:hover{
}
.glidecontenttoggler1 a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}
.glidecontenttoggler1 a.prev{background: url(img/fleche1a.gif) no-repeat top left;}
.glidecontenttoggler1 a.next{background: url(img/fleche2a.gif) no-repeat top right;}

.glidecontenttoggler1 a.prev:hover, .glidecontenttoggler1 a.next:hover{
}

/*Pagination Links*/
.glidecontenttoggler2{ /*style for DIV used to contain toggler links. */
background:transparent none repeat scroll 0 0;
position:absolute;
left:740px;
text-align:left;
top:340px;
width:232px;
z-index:999;
}
.glidecontenttoggler2 a{ /*style for every navigational link within toggler */
color:#FF6600;
display:inline-block;
height:32px;
outline:none;
width:28px;
}
.glidecontenttoggler2 a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
}
.glidecontenttoggler2 a:hover{
}
.glidecontenttoggler2 a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}
.glidecontenttoggler2 a.prev{background: url(img/fleche1.png) no-repeat top left;}
.glidecontenttoggler2 a.next{background: url(img/fleche2.png) no-repeat top right;margin-left:175px;}

.glidecontenttoggler2 a.prev:hover, .glidecontenttoggler2 a.next:hover{
}
