/*
	Smooth Feed
	Author: <Denon Studio>
	Published: 200905 :: Denon Studio via ThemeForest.com
*/

.smooth_feed div, .smooth_feed a {
    padding : 0px;
    margin : 0px;
}

#center a{
color:#FFFFFF;	
}

.smooth_feed {
    width : 298px;
    background :#2B86EA;
    font-family: Arial, "Lucida Grande", "Lucida Sans Unicode"; 
    overflow: hidden;
    position: relative;
	margin-left:47px;
	margin-top:30px;
	margin-bottom:30px;
}

.smooth_feed_title {
    color : #FFF;
    font-size: 22px;
    text-decoration: none;
    outline: none;
    overflow: hidden;
    font-weight: bold;
    line-height: 0.9em;
    cursor: pointer;
}

.smooth_feed_title:hover {
    text-decoration: underline;
}

.smooth_feed_content {
    color : #FFF;
    font-size: 9pt;
    position: absolute;
    visibility: hidden;
    top: 0px;
    left: 0px;
}

.smooth_feed #left_arrow, .smooth_feed #right_arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    background: #000 url(../images/feed-arrows.png) no-repeat;
    cursor: pointer;
}

.smooth_feed #left_arrow {
    left : 0px;
    top : 0px;
    background-position: -3px 10px;
}

.smooth_feed #right_arrow {
    right : 0px;
    top : 0px;
    background-position: -33px 10px;
}

.smooth_feed #left_arrow:hover {
    background-position: -60px 10px;
}

.smooth_feed #right_arrow:hover {
    background-position: -90px 10px;
}

.smooth_feed #center {
    padding : 10px 40px 10px 30px;
    word-spacing: wrap;
}
