.gallerycontroller{
width: 200px
}

.gallerycontent{
width: 367px;
height: 185px;
border: 1px solid #CED1BE;
background-color: #EDEFD9;
color: inherit;
padding: 3px 3px 3px 3px;
display: block;
overflow: hidden;
margin-bottom: 3px;
margin-top: -25px;
clear: none;

}

.tabIE{
margin: 0px 0px 0px 3px;
display: inline;
cursor: pointer;
position: relative;
top: -5px;
clear: none;
}

.tab, .tabSafari{
margin: 0px 0px 0px 3px;
display: inline;
cursor: pointer;
vertical-align: top;
position: relative;
z-index: 25;
-moz-box-sizing: border-box;
box-sizing: border-box;
clear: none;
}

.tabTable, .tabTableIE{
display: inline;
text-align: center;
vertical-align: bottom;
}

.tabTableSafari{
display: inline-table;
text-align: center;
vertical-align: bottom;
margin-top: -5px;
}

table.tabTable tr, table.tabTableIE tr, table.tabTableSafari tr{
background-color: #CED1BE;
color: inherit;
vertical-align: bottom;
}

td.leftTabCorner{
background-image: url(../images/newDesign/tab_corner_left.gif);
background-repeat: no-repeat;
}

td.rightTabCorner{
background-image: url(../images/newDesign/tab_corner_right.gif);
background-repeat: no-repeat;
}


.play{
width: 25px;
height: 25px;
vertical-align: middle;
text-align: center;
position: relative;
float:none;
top: 162px;
left: 345px;
background-color: #CED1BE;
color: inherit;
cursor:pointer;
display:none;
z-index: 50;
overflow: hidden;
clear: none;
}

.pause{
width: 25px;
height: 25px;
vertical-align: top;
text-align: center;
position: relative;
float:none;
top: 162px;
/*left: 440px;*/
left:345px;
background-color: #CED1BE;
color: inherit;
cursor: pointer;
display: block;
z-index: 50;
overflow: hidden;
clear: none;
}
