#video-object {
    margin-top: 10px;
    margin-bottom: 10px;
}
.full-article .content img {
    padding-top: 0px !important;
    _cursor:pointer;
    cursor:-moz-zoom-in;
}
.full-article .image{
    text-align:center;
    position:relative;
}
.comment-list .title {
    margin-left:-30px;
    padding-left:70px;
}
.image>img{
    cursor:pointer;
}
.full-article .image .photo-ajax-loader{
    position:absolute;
    top:152px;
    left:211px;
    opacity:0.6;
    filter:alpha(opacity=60);
    background-color:rgb(210,210,210);
    padding:8px;
}
.media-article {
    float:left;
    margin: 0 15px 10px 0;
    width: 230px;
}
.media-article-last {
    margin-right: 0;
}
.media-list {
    margin-right:0;
}
.media-list h1 {
    margin-bottom: 10px;
}
.photo-article a.previous {
    background: url('/images/previous.gif') 0px 240px no-repeat;
    width: 60px;
    height: 60px;
    display: block;
    height: 374px;
    width: 20px;
    float: left;
}
.photo-article a.next {
    background: url('/images/next.gif') 10px 240px no-repeat;
    width: 60px;
    height: 60px;
    display: block;
    height: 374px;
    width: 30px;
    float: left;
    margin-left:-6px;
}
.full-article {
    padding-left: 0 !important;
}
.full-article .content {
    width:470px !important;
}
.full-article .additional {
    padding-left: 0;
    margin-left:25px;
    padding-right:20px;
    width: 140px;
    _width: 160px;
}
#other-photo-galleries {
    margin-bottom: 20px;
    margin-left: 0;
}
#other-photo-galleries .title{
    margin-left:-30px;
    margin-right:10px;
    padding-left:30px;
}
#other-photo-galleries a {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 1px 1px 0;
    float: left;
}
#other-photo-galleries img {
    z-index: -1;
}
#other-photo-galleries a.cur {
    background: url('/images/photo-thumb-cur.gif') center center no-repeat;
}
.photo-count {
    color:#790000 !important;
    font-size: 11px;
    font-weight: bold;
    padding-left: 4px;
}
#top-col1, #top-col2 {
    padding-top: 35px;
    float: left;
}
#top-col1 {
    margin-bottom: 10px;
    width: 480px;
}
#top-col2 {
    margin-bottom: 10px;
    width: 240px;
}
#filter_label {
    float: right;
    margin: -5px 9px 5px 0;
    padding: 0;
}
#gallery_picture_background{
    background-color:black;
    height:100%;
    display:none;
    left:0;
    filter:alpha(opacity=80);
    opacity:0.8;
    position:fixed;
    top:0;
    width:100%;
    z-index:10;
}
#gallery_picture_background_ajax{
    position:fixed;
    display:none;
    z-index:12;
}
#full_size_image{
    position:fixed;
    display:none;
    z-index:11;
    cursor:url('/images/cursor-zoom-in.png'),pointer;
}
.opened-next{
    background: url('/images/next.gif') 0px 240px no-repeat;
    width: 60px;
    height: 60px;
}
.opened-prev{
    background: url('/images/previous.gif') 0px 240px no-repeat;
    width: 60px;
    height: 60px;
}