

.main {
    height: 390px;
    margin:  auto;
    position: relative;
    width: 200px;
}
#gallery{
width: 390px;
height: 240px;
float:left;


}
.ft-title {
    background-color:#008000 !important;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin-right:10px;
	
    text-align: right;
	padding-right:10px;
    width: 380px;
}
.ft-title a {
    color: #FC0A0A;
	text-decoration:none;
}
.ft-prev, .ft-next {
    /* CSS3 transform */
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.ft-prev {
    background-color: rgba(128, 128, 128, 0.5);
    border-color: transparent #0072BC transparent transparent;
    border-radius: 0 10px 10px 0;
    border-style: solid;
    border-width: 10px;
    height: 0;
    overflow: hidden;
    width: 0;
}
.ft-next {
    background-color: rgba(128, 128, 128, 0.5);
    border-color: transparent transparent transparent #0072BC;
    border-radius: 10px 0 0 10px;
    border-style: solid;
    border-width: 10px;
    overflow: hidden;
    width: 0;
    height: 0;
}
.ft-prev:hover {
    border-right-color: #3E78FD;
}
.ft-next:hover {
    border-left-color: #3E78FD;
}
#ft-buttons-gallery a:link, #ft-buttons-gallery a:visited {
    background-color: #F5F5F5;
    border: 1px solid #EBEBEB;
    color: #0072BC;
    font-weight: normal;
    margin-left: 10px;
    padding: 2px 7px;
    text-decoration: none;
    width: 22px;
}
#ft-buttons-gallery a.ft-button-gallery-active {
    background-color: #DDEEFF;
    border: 1px solid #BBDDFF;
    color: #0072BC;
    cursor: default;
    margin-left: 10px;
    padding: 2px 7px;
    text-decoration: none;
}