@CHARSET "UTF-8";

.NewsMediaGalleryWidget {
    float: left;
    width: 980px !Important;
    height: 160px;
    background-image:url('/assets/plugins/news/images/foto_gallery_bg.jpg');
    text-align: left;
}

.NMGLeft { 
    position:absolute;
    width: 18px;
    height: 60px;
    margin-top: 50px;
    margin-left: 4px;
    cursor: pointer;
}

.NMGRight { 
    position:absolute;
    width: 18px;
    height: 60px;
    margin-top: 50px;
    margin-left: 944px;
    cursor: pointer;
}

.NMGViewport {
    /*float: left;*/
    width: 900px;
    height: 122px;
    margin-left: 26px;
    overflow: hidden;
}

.NMGCanvas {
	margin-top: 32px;
	width: 3800px;
	height: 90px;
	/*margin-left: 26px;*/
}

.NMGItem {
	float: left;
    width: 300px;
    height: 100px;
    border-left: 1px dotted #404040;
}

.NMGPicture {
	float: left;
    width: 130px;
    height: 90px;
    margin-left: 10px;
    background-color: #ccc;
}

.NMGTextWrapper {
	float: right;
	width: 120px;
	height: 90px;
	/*margin-left: 5px;*/
    margin-right: 5px;
	color: #404040;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
}

.NMGTitle, .NMGTitle a, .NMGTitle a:visited, .NMGTitle a:hover {
    width: 120px;
    color: #07569d;
    font-weight: bold;
    margin-bottom: 2px;
    line-height:13px;
    text-decoration: none;
}

.NMGText, .NMGText a, .NMGText a:visited, .NMGText a:hover {
    width: 120px;
    line-height:12px;
    color: #404040;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
}

.NMGMeta {
    float: left;
    width: 900px;
    margin-top: 15px;
    margin-left: 36px;	
}

.NMGCategorySelector {
    float: left;
    width: 800px;
}

.NMGPageSelector {
	color: #404040;
    float: right;
    width: 100px;
}

#NMGPS1, #NMGPS2, #NMGPS3, #NMGPS4 {
	margin-left: 10px;
	float: right;
}

.NMGPSSelected {
    font-weight: bold;
    background-color: #ccc;
}

.NMGPS {
	cursor: pointer;
}
