.block-storyview {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 310px;
}

.block-storyview .header2 {
	font-size: 8pt;
	font-weight: normal;
	text-transform: uppercase;
	color: #FF0000;
	margin: 0;
	padding: 0;
}

.block-storyview .header3 {
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	margin: 0;
	padding: 0;
}

.block-storyview .header2 a,.block-storyview .header3 a {
	color: #444444;
	text-decoration: none;
	text-transform: none;
}

.block-storyview .header2 a:hover,.block-storyview .header3 a:hover {
	text-decoration: underline;
}

.storyview-position-left {
	width: 160px;
	margin: auto;
}

.storyview-position-content-story {
	width: 170px;
	margin: auto;
}

.storyview-position-right {
	width: 305px;
	margin: auto;
}

body div.main div.main-right div.block-storyview h1.title {
	margin: 0 10px;
}

.storyview-position-left .storyview-display-single-image-content, .storyview-position-content .storyview-display-single-image-content, .storyview-position-right .storyview-display-single-image-content {
	padding: 5px 0;
}

.storyview-position-left .storyview-display-single-image-content, .storyview-position-right .storyview-display-single-image-content {
	border-bottom: 1px solid #CCCCCC;
}

/* Rated */

div.storyview-rated-content p {
	display: inline;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 14px;
	color: #1D55A8 !important;
}

ul.storyview-rated-tabs {
	display: none;
	list-style: none;
	padding:0;
	margin:0;
}

ul.storyview-rated-tabs li {
	display: inline;
	font-size: 9pt;
	border: 1px solid #CCCCCC;
	padding: 3px 3px 0px 3px;
	margin: 0 2px 0 0;
	background-color: #EEEEEE;
	color: #222222;
	cursor: pointer;
}
ul.storyview-rated-tabs li:first-child {
	margin-left: 10px;
}
ul.storyview-rated-viewed-tabs {
	display: inline-block;
	list-style: none;
	padding: 0 0 5px 20px;
	margin:0;
}
ul.storyview-rated-viewed-tabs li:first-child {
	border-left: 0;
	padding-left: 0;
}
ul.storyview-rated-viewed-tabs li {
	display: inline;
	font-size: 9pt;
	margin: 0 2px 0 0;
	font-weight: bold;
/* 	color: #29597F; */
	cursor: pointer;
/* 	border-left: 1px solid #888888; */
	padding-left: 5px;
}
ul.storyview-rated-viewed-tabs li.storyview-rated-tab-selected {
	background-color: #CFDCE9;
	border: 2px solid #CFDCE9;
/* 	text-decoration: underline; */
	cursor: normal;
}
ul.storyview-rated-tabs li:hover {
	background-color: #FEFFCA;
}
ul.storyview-rated-tabs li.storyview-rated-tab-selected {
	background-color: #FFFFFF;
	border-bottom: 0;
	padding-bottom: 1px;
	color: #444444;
	cursor: normal;
}
div.storyview-rated-content {
/* 	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC; */
/* 	display: none; */
}
div.storyview-rated-content-viewed {
	display: none;
}
div.storyview-rated-description {
	color: #444444;
	font-size: 9pt;
	padding-bottom: 5px;
}
div.storyview-rated-content-viewed div.storyview-rated-description {
	border-bottom: 2px solid #1D55A8;
}

ol.storyview-rated-list {
	color: #000000;
	font-weight: bold;
	padding: 0;
	margin: 0;
	width: 100%;
/* 	list-style-position: inside; */
}

ol.storyview-rated-list li {
	padding: 8px 0;
 	margin-left: 15px;
	font-size: 9pt;
	width: 95%;
	border-bottom: 2px solid #C2C2C2;
}

ol.storyview-rated-list li a {
	color: #000000;
	font-weight: normal !important;
}

.storyview-top-spot-main {
	padding: 5px 0 0 0;
}

.main-right .storyview-top-spot-main p, .main-right .storyview-top-spot-main h3 {
	padding: 0 10px;
}

.main-right .block-storyview hr {
	margin: 0 10px;
}

.storyview-top-spot-others {
	/*border-bottom: 1px solid #DDDDDD;*/ 
	padding: 5px 5px 0 5px;
}

.storyview-top-spot-others-thumbs {
	width: 125px;
	text-align: center;
}

.storyview-top-spot-others-thumbs div {
	height: 94px; overflow: hidden; margin-bottom: 5px;
}

.storyview-top-spot-city-title {
	font-size: 8pt;
	font-weight: bold; 
	text-align: left;
	display: block;
	color: white;
	background-color: black;
	padding: 3px 4px;
	overflow: hidden;
	position: relative;
	top: -26px;
	height: 14px;
	opacity: 0.75;
	-moz-opacity: 0.75;
}

.storyview-top-spot-image {
	border: 1px solid #000000;
}

.storyview-top-spot-image img {
	position: relative;
	top: 0;
	left: 0;
}

.storyview-top-spot-image div {
	border: 1px solid #000000;
}


/* Dialog */
.ui-dialog {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana, Arial, sans-serif;
	background: #ffffff;
	color: #222222;
	border: 4px solid #d3d3d3;
	position: relative;
}
.ui-dialog-content {
	border: 1px solid #d3d3d3;
	background: #ffffff;
	color: #222222;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	z-index: 99999;
}
.ui-resizable .ui-resizable-handle {
	display: block; 
}
body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
.ui-resizable-n { 
	cursor: n-resize; 
	height: 7px; 
	width: 100%; 
	top: -5px; 
	left: 0px;  
}
.ui-resizable-s { 
	cursor: s-resize; 
	height: 7px; 
	width: 100%; 
	bottom: -5px; 
	left: 0px; 
}
.ui-resizable-e { 
	cursor: e-resize; 
	width: 7px; 
	right: -5px; 
	top: 0px; 
	height: 100%; 
}
.ui-resizable-w { 
	cursor: w-resize; 
	width: 7px; 
	left: -5px; 
	top: 0px; 
	height: 100%;
}
.ui-resizable-se { 
	cursor: se-resize; 
	width: 13px; 
	height: 13px; 
	right: 0px; 
	bottom: 0px; 
	background: url(images/222222_11x11_icon_resize_se.gif) no-repeat 0 0;
}
.ui-resizable-sw { 
	cursor: sw-resize; 
	width: 9px; 
	height: 9px; 
	left: 0px; 
	bottom: 0px;  
}
.ui-resizable-nw { 
	cursor: nw-resize; 
	width: 9px; 
	height: 9px; 
	left: 0px; 
	top: 0px; 
}
.ui-resizable-ne { 
	cursor: ne-resize; 
	width: 9px; 
	height: 9px; 
	right: 0px; 
	top: 0px; 
}
.ui-dialog-titlebar {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	padding: .5em 1.5em .5em 1em;
	color: #555555;
	background: #e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	border-bottom: 1px solid #d3d3d3;
	font-size: 1.1em;
	font-weight: normal;
	position: relative;
}
.ui-dialog-title {

}
.ui-dialog-titlebar-close {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	background: url(images/888888_11x11_icon_close.gif) 0 0 no-repeat;
	position: absolute;
	right: 8px;
	top: .7em;
	width: 11px;
	height: 11px;
	z-index: 100;
}
.ui-dialog-titlebar-close-hover, .ui-dialog-titlebar-close:hover {
	background: url(images/454545_11x11_icon_close.gif) 0 0 no-repeat;
}
.ui-dialog-titlebar-close:active {
	background: url(images/222222_11x11_icon_close.gif) 0 0 no-repeat;
}
.ui-dialog-titlebar-close span {
	display: none;
}
.ui-dialog-content {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	background: #ffffff;
	color: #222222;
	padding: 1.5em 1.7em;	
}
.ui-dialog-buttonpane {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: left;
	border-top: 1px solid #d3d3d3;
}
.ui-dialog-buttonpane button {
	margin: .5em 0 .5em 8px;
	color: #555555;
	background: #e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	font-size: 1.1em;
	border: 1px solid #d3d3d3;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	line-height: 1.4em;
}
.ui-dialog-buttonpane button:hover {
	color: #212121;
	background: #dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	border: 1px solid #999999;
}
.ui-dialog-buttonpane button:active {
	color: #222222;
	background: #ffffff url(images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
	border: 1px solid #dddddd;
}
.ui-dialog.ui-draggable .ui-dialog-titlebar,
.ui-dialog.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}


.bold {
	color: red !important;
}
.ui-hidden {
	left:-10000px;
	position:absolute;
	top:-10000px;
	visibility:hidden;
}










/*storyview right hand mobile sliders */
.block-storyview {
	padding-top: 10px;
	padding-bottom: 20px;
	width: 300px;
}

.block-storyview .header2 {
	font-size: 8pt;
	font-weight: normal;
	text-transform: uppercase;
	color: #FF0000;
	margin: 0;
	padding: 0;
}

.block-storyview .header3 {
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	margin: 0;
	padding: 0;
}

.block-storyview .header2 a,.block-storyview .header3 a {
	color: #444444;
	text-decoration: none;
	text-transform: none;
}

.block-storyview .header2 a:hover,.block-storyview .header3 a:hover {
	text-decoration: underline;
}

.storyview-position-left {
	width: 160px;
	margin: auto;
}

.storyview-position-content-story {
	width: 170px;
	margin: auto;
}

.storyview-position-right {
	width: 305px;
	margin: auto;
}

body div.main div.main-right div.block-storyview h1.title {
	margin: 0 10px;
}

.storyview-position-left .storyview-display-single-image-content, .storyview-position-content .storyview-display-single-image-content, .storyview-position-right .storyview-display-single-image-content {
	padding: 5px 0;
}

.storyview-position-left .storyview-display-single-image-content, .storyview-position-right .storyview-display-single-image-content {
	border-bottom: 1px solid #CCCCCC;
}

/* Rated */

div.sidr-class-storyview-rated-content p {
	display: inline;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 14px;
	color: #1D55A8 !important;
}

ul.sidr-class-storyview-rated-tabs {
	display: none;
	list-style: none;
	padding:0;
	margin:0;
}

ul.sidr-class-storyview-rated-tabs li {
	display: inline;
	font-size: 9pt;
	border: 1px solid #CCCCCC;
	padding: 3px 3px 0px 3px;
	margin: 0 2px 0 0;
	background-color: #EEEEEE;
	color: #222222;
	cursor: pointer;
}
ul.sidr-class-storyview-rated-tabs li:first-child {
	margin-left: 10px;
}
ul.sidr-class-storyview-rated-viewed-tabs {
	display: inline-block;
	list-style: none;
	padding: 0 0 5px 20px;
	margin:0;
}
ul.sidr-class-storyview-rated-viewed-tabs li:first-child {
	border-left: 0;
	padding-left: 0;
}
ul.sidr-class-storyview-rated-viewed-tabs li {
	display: inline;
	font-size: 9pt;
	margin: 0 2px 0 0;
	font-weight: bold;
/* 	color: #29597F; */
	cursor: pointer;
/* 	border-left: 1px solid #888888; */
	padding-left: 5px;
}
ul.sidr-class-storyview-rated-viewed-tabs li.sidr-class-storyview-rated-tab-selected {
	background-color: #CFDCE9;
	border: 2px solid #CFDCE9;
/* 	text-decoration: underline; */
	cursor: normal;
}
ul.sidr-class-storyview-rated-tabs li:hover {
	background-color: #FEFFCA;
}
ul.sidr-class-storyview-rated-tabs li.sidr-class-storyview-rated-tab-selected {
	background-color: #FFFFFF;
	border-bottom: 0;
	padding-bottom: 1px;
	color: #444444;
	cursor: normal;
}
div.storyview-rated-content {
	max-width: 300px;
	margin: auto;
}
div.storyview-rated-content-viewed {
	display: none;
}
div.sidr-class-storyview-rated-description {
	color: #444444;
	font-size: 9pt;
	padding-bottom: 5px;
}
div.sidr-class-storyview-rated-content-viewed div.sidr-class-storyview-rated-description {
	border-bottom: 2px solid #1D55A8;
}

ol.sidr-class-storyview-rated-list {
	color: #000000;
	list-style-position: inside;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
ol.sidr-class-storyview-rated-list li {
	padding: 8px 0;
	font-size: 9pt;
	border-bottom: 2px solid #C2C2C2;
}

ol.sidr-class-storyview-rated-list li a {
	color: #000000;
	font-weight: normal !important;
}

.sidr-class-storyview-top-spot-main {
	padding: 5px 0 0 0;
}

.main-right .sidr-class-storyview-top-spot-main p, .main-right .sidr-class-storyview-top-spot-main h3 {
	padding: 0 10px;
}

.main-right .sidr-class-block-storyview hr {
	margin: 0 10px;
}

.sidr-class-storyview-top-spot-others {
	/*border-bottom: 1px solid #DDDDDD;*/ 
	padding: 5px 5px 0 5px;
}

.sidr-class-storyview-top-spot-others-thumbs {
	width: 125px;
	text-align: center;
}

.sidr-class-storyview-top-spot-others-thumbs div {
	height: 94px; overflow: hidden; margin-bottom: 5px;
}

.sidr-class-storyview-top-spot-city-title {
	font-size: 8pt;
	font-weight: bold; 
	text-align: left;
	display: block;
	color: white;
	background-color: black;
	padding: 3px 4px;
	overflow: hidden;
	position: relative;
	top: -26px;
	height: 14px;
	opacity: 0.75;
	-moz-opacity: 0.75;
}

.sidr-class-storyview-top-spot-image {
	border: 1px solid #000000;
}

.sidr-class-storyview-top-spot-image img {
	position: relative;
	top: 0;
	left: 0;
}

.sidr-class-storyview-top-spot-image div {
	border: 1px solid #000000;
}


/* Dialog */
.ui-dialog {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana, Arial, sans-serif;
	background: #ffffff;
	color: #222222;
	border: 4px solid #d3d3d3;
	position: relative;
}
.ui-dialog-content {
	border: 1px solid #d3d3d3;
	background: #ffffff;
	color: #222222;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	z-index: 99999;
}
.ui-resizable .ui-resizable-handle {
	display: block; 
}
body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
.ui-resizable-n { 
	cursor: n-resize; 
	height: 7px; 
	width: 100%; 
	top: -5px; 
	left: 0px;  
}
.ui-resizable-s { 
	cursor: s-resize; 
	height: 7px; 
	width: 100%; 
	bottom: -5px; 
	left: 0px; 
}
.ui-resizable-e { 
	cursor: e-resize; 
	width: 7px; 
	right: -5px; 
	top: 0px; 
	height: 100%; 
}
.ui-resizable-w { 
	cursor: w-resize; 
	width: 7px; 
	left: -5px; 
	top: 0px; 
	height: 100%;
}
.ui-resizable-se { 
	cursor: se-resize; 
	width: 13px; 
	height: 13px; 
	right: 0px; 
	bottom: 0px; 
	background: url(images/222222_11x11_icon_resize_se.gif) no-repeat 0 0;
}
.ui-resizable-sw { 
	cursor: sw-resize; 
	width: 9px; 
	height: 9px; 
	left: 0px; 
	bottom: 0px;  
}
.ui-resizable-nw { 
	cursor: nw-resize; 
	width: 9px; 
	height: 9px; 
	left: 0px; 
	top: 0px; 
}
.ui-resizable-ne { 
	cursor: ne-resize; 
	width: 9px; 
	height: 9px; 
	right: 0px; 
	top: 0px; 
}
.ui-dialog-titlebar {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	padding: .5em 1.5em .5em 1em;
	color: #555555;
	background: #e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	border-bottom: 1px solid #d3d3d3;
	font-size: 1.1em;
	font-weight: normal;
	position: relative;
}
.ui-dialog-title {

}
.ui-dialog-titlebar-close {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	background: url(images/888888_11x11_icon_close.gif) 0 0 no-repeat;
	position: absolute;
	right: 8px;
	top: .7em;
	width: 11px;
	height: 11px;
	z-index: 100;
}
.ui-dialog-titlebar-close-hover, .ui-dialog-titlebar-close:hover {
	background: url(images/454545_11x11_icon_close.gif) 0 0 no-repeat;
}
.ui-dialog-titlebar-close:active {
	background: url(images/222222_11x11_icon_close.gif) 0 0 no-repeat;
}
.ui-dialog-titlebar-close span {
	display: none;
}
.ui-dialog-content {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	background: #ffffff;
	color: #222222;
	padding: 1.5em 1.7em;	
}
.ui-dialog-buttonpane {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: left;
	border-top: 1px solid #d3d3d3;
}
.ui-dialog-buttonpane button {
	margin: .5em 0 .5em 8px;
	color: #555555;
	background: #e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	font-size: 1.1em;
	border: 1px solid #d3d3d3;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	line-height: 1.4em;
}
.ui-dialog-buttonpane button:hover {
	color: #212121;
	background: #dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	border: 1px solid #999999;
}
.ui-dialog-buttonpane button:active {
	color: #222222;
	background: #ffffff url(images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
	border: 1px solid #dddddd;
}
.ui-dialog.ui-draggable .ui-dialog-titlebar,
.ui-dialog.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}


.bold {
	color: red !important;
}
.ui-hidden {
	left:-10000px;
	position:absolute;
	top:-10000px;
	visibility:hidden;
}


/*end of storyview right hand mobile sliders */



/*storyview trending slideshow styles*/

div.storyview-trending-slideshow {
	border: 1px solid #C2C2C2;
	position: relative;
}

div.storyview-trending-slideshow div.storyview-trending-images {
	padding-left: 10px;
}

p.trending-image {
	display: table;
	width: auto;
	float: left;
}

div.slideshow-trending-text-container {
	display: inline-block;
	overflow-y: inherit;
	width: 37%;
	padding-left: 20px;
}

div.slideshow-trending-text-container p.title {
	margin-bottom: 0;
}

div.slideshow-trending-text-container p.title a {
	color: #000000;
	font-weight: bold;
	font-size: 18px;
}

div.slideshow-trending-text-container p.leadin {
	margin-top: 8px;
	margin-bottom: 0;
}

div.slideshow-trending-text-container p.read-more {
	margin-top: 0;
}

div.slideshow-trending-text-container p.read-more a {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
}

div.storyview-trending-slideshow ul.slidesjs-pagination {
	float: left;
	list-style: none;
}

div.storyview-trending-slideshow ul.slidesjs-pagination li {
	float: left;
	display: list-item;
	padding: 0 5px;
}

div.storyview-trending-slideshow ul.slidesjs-pagination li a {
	display: block;
	width: 13px;
	height: 0;
	padding-top: 13px;
	background-image: url(/themes/cg/libs/Slides-SlidesJS-3/examples/playing/img/paginationVp.png);
	float: left;
	overflow: hidden;
}

div.storyview-trending-slideshow ul.slidesjs-pagination li a:link {
	color: #333;
}

div.storyview-trending-slideshow ul.slidesjs-pagination li a.active {
	background-position: 0 -13px;
}

div.storyview-trending-images a.slidesjs-next, a.slidesjs-previous {
    background-image: url(/themes/cg/libs/Slides-SlidesJS-3/examples/playing/img/btns-next-prev2.png);
    background-repeat: no-repeat;
    display:block;
    width:12px;
    height:18px;
    overflow: hidden;
    text-indent: -9999px;
/*     float: left; */
    margin-right:5px;
}
    
a.slidesjs-next {
	margin-right: 10px;
 	background-position: -12px 0;
}

a:hover.slidesjs-next {
	background-position: -12px -18px;
}

a.slidesjs-previous {
	background-position: 0 0;
}

a:hover.slidesjs-previous {
	background-position: 0 -18px;
}

ul.slidesjs-pagination {
	padding-left: 0;
}

ul.slidesjs-nav-wrapper {
	padding-right: 10px;
	float: right;
	list-style: outside none none;
}

ul.slidesjs-nav-wrapper li {
	display: inline-block !important;
}

div.storyview-trending-images a.slidesjs-stop {
	display: none !important;
}

div.storyview-trending-images a.slidesjs-play {
	display: none !important;
}


div.trending-text-box {
	position: absolute;
	width: 26%;
	z-index: 12;
	top: 30px;
	left: 0;
	background-color: #0F3664;
}

div.trending-text-box p.trending-text { 
	margin: 0;
	font-family: "Montserrat";
	padding-left: 10px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
}

div.trending-text-box p.trending-text span.trending-text-bold {
	margin: 0;
	padding-left: 5px;
	font-family: 'Montserrat', Arial, sans-serif;
	color: #FFFFFF;
	font-weight: 200;
	font-size: 16px;
}

/*end of storyview trending slideshow styles*/






