/* Style table for carousel in the middle of the main page of novynar*/
/*Style for the main div off carousel*/
.motioncontainer {
    margin:0 auto;
    width: 840px;
    text-align:left;
	height:101px;
	/*padding-top:10px;*/
}

/*Style for the picture in the center of buttons*/
.button{
    margin-top:60px;
    border:0px;
}
/*Style for left button*/
.div_l{
    position: absolute;
    top:29px;
    left:14px;
	cursor:pointer;
	height:42px;
	width:25px;
}
/*Style for right button*/
.div_r{
    position: absolute;
    top:29px;
    right:15px;
	cursor:pointer;
	height:42px;
	width:25px;
} 

.picture{
    float:left;
    padding-left:14px;
    padding-right:14px;
    margin-bottom:5px;
    margin-top:4px;
}

.div_l .button {
	margin-top:0px;
}
.div_r .button {
	margin-top:0px;
}

