
body.standard #content .grid-4, body.standard #content .grid-4-last {
    display: inline;
    float: left;
    margin-right: 20px;
    position: relative;
    width: 220px;
}

body.standard #content .grid-4-last, body.standard #content .grid-6-last {
    margin-right: 0;
}

#header-img {
	padding-bottom: 10px;
}

 #side-navigation img.sidebar-img {
	background: none !important;
    border-style: none !important;
    border-width: 0px !important;
    margin-top: 15px !important;
    padding: 0 !important; 
}

#side-navigation .sidebar-right {
    border: none !important;
}

.story-aside {
    width: auto;
    float: left;
    margin: 10px 20px 30px 0px;
}

#story-photo-container p.story-photo-desc {
    font-size: 1.1em;
}

div#story-photo-container {
}

#story-photo .story-photo-img img {
    border: 1px solid #DDDDDD;
    padding: 4px;
}

#story-photo p {
    color: #8A8A8A;
    font-size: 1em;
    line-height: 2em;
    padding: 0 5px;
    width: auto;
}
#story-photo p strong {
    color: #575757;
}

/*--------video play button on home page------------*/

    #news-video {
        color: #8A8A8A;
        font-size: 1.1em;
        line-height: 1.6667;
        padding-left: 0px;
    }

    .tab-boxes {
        margin-bottom: 20px;
        overflow: hidden;
    }

    #video-box{
        margin-right: 20px;
        float: left;
        width: 210px;
    }
    .video-img {
        background-color: #EEEEEE;
        border: 1px solid #DDDDDD;
        margin-bottom: 5px;
        padding: 4px;
        width: 200px;
        height: 155px;
        position: relative;
    }

    .video-text {

    }

    .video-play-q {
        background: url("../images/video-play-q-big.png") no-repeat scroll 0 0 transparent;
        background-position: center top;
        height: 50px;
        position: absolute;
        text-indent: -9999em;
        width: 50px;
        left: 79px; 
        top: 57px;
    }

    a:hover .video-play-q,.video-play-q:hover {
        background-position: center bottom;
    }

    .photo-play-q {
    background: url("http://wcm1.iaea.org/crp-edit/naca/custom/images/photo-play-q-big.png") no-repeat scroll center top transparent;
    height: 50px;
    left: 79px;
    position: absolute;
    text-indent: -9999em;
    top: 57px;
    width: 50px;
}

a:hover .photo-play-q,.photo-play-q:hover {
        background-position: center bottom;
    }

/*------END video play button on home page------------*/

/*------video play button on multimedia page------------*/
    #multi-video-box-left{
        margin-left: 0px;
        margin-right: 35px;
        float: left;
        width: 210px;
    }

    #mutli-video-box-center{
        margin-right: 35px;
        float: left;
        width: 210px;
    }

    #multi-video-box-right{
        margin-right: 0px;
        float: left;
        width: 210px;
    }

    .multi-video-img {
        background-color: none !important;
        border: none !important;
        float: left;
        margin: 0 0 0 0 !important;
        padding: 0px !important;

    }

    .multi-boxes {
        margin-bottom: 0px;
        overflow: hidden;
    }

    .multi-video-img .mutli-video-play-q {
        background: url("../images/video-play-q-big.png") no-repeat scroll 0 0 transparent;
        background-position: center top;
        height: 50px;
        position: absolute;
        text-indent: -9999em;
        width: 50px;
        left: 100px; 
        top: 127px;
    }

    a:hover .multi-video-play-q,.mutli-video-play-q:hover {
        background-position: center bottom;
    }

    #more-multi {
        font-size: 1.2em;
    }
/*------END video play button on multimedia page------------*/