.deplinksbox .site_box{
    display: block;
    width: 165px; height: 165px;
    overflow: hidden;
    text-align: center;
    margin: 0;
    border: 1px solid #ccc;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
}
.deplinksbox .site_box img {
    width: 165px; height: 125px;
    margin: 0;
    display: block;
}
.deplinksbox strong{
    display: block;
    background: #52b13c;
    font: bold 13px/40px Arial;
    height: 40px;
    overflow: hidden;
    margin: 0 -1px;
}
.deplinksboxleft {
    width: 165px;
    float: left;
} 
.grrightbox {
    float: right;
    width: 335px;
    overflow: hidden;
}
.grrightbox .site_box{
    float: left;
}
.grrightbox .depart0 {border-right: 0;}
.deplinksbox  strong:after{
	bottom: 0;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(29, 150, 211, 0);
	border-bottom-color: #52b13c;
	border-width: 10px;
	left: 50%;
	margin-left: -10px;
    margin-bottom: 40px;    
}
.deplinksboxleft .depart1 strong {background: #00c0ff;}
.deplinksboxleft .depart1 strong:after {border-bottom-color: #00c0ff;}
.grrightbox .depart0 strong {background: #ffdb35; color: #3f7cb5;}
.grrightbox .depart0 strong:after {border-bottom-color: #ffdb35;}
.grrightbox .depart1 strong {background: #a36ecc;}
.grrightbox .depart1 strong:after {border-bottom-color: #a36ecc;}
.gncontent .grrightbox .grindexgood {
    width: 330px;
}
.gncontent .grrightbox .grindexgood img {
    height: 125px; max-width: 50%;
    float: right;
}
.gncontent .grrightbox .grindexgood strong{ 
    background: #f65f5f;
    text-align: left;
    padding-left: 30px;
    display: block;
    clear: both;
}
    
.gncontent .grrightbox .grindexgood strong:after {
    border-bottom-color: #f65f5f;
	left: 10%;
}
.grindexgood > span {
    display: block;
    max-width: 40%;
    float: left;
    color: #0099cc;
    font: bold 14px/17px Arial;
    text-align: left;
    margin: 10px -20px 3px 20px;
}
.grindexgood em{
    display: block;
    position: relative;
    float: left;
    font: bold normal 18px/24px Arial;
    height: 24px;
    position: relative;
    background: #ffdb35;
    color: #ff3333;
    padding: 0 10px 0 5px;
    margin-left: 20px;
    border: 1px solid #ffdb35;
}
.grindexgood em span:after{
	bottom: 0;
	border: solid transparent;
	content: " ";
	position: absolute;
	pointer-events: none;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 12px 5px 12px 0;
    border-color: transparent #ffda35 transparent transparent;
	left: -5px;
    top: 50%;
    margin-top: -12px;
}
#sliderwrap {
    height: 333px;
    width: 500px;
    overflow: hidden;
    float: left;
    position: relative;
    border-bottom: 1px solid #ccc;
}
#slider img {
    max-height: 100%;
    float: right;
    margin-right: -100px;
}
#slider .panel a {text-decoration: none; color: #0099cc;}
#slider .panel strong{
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: 20px;
    left: 30px;
    width: 350px;
    z-index: 44;
}
#slider .slname{
    display: block;
    overflow: hidden;
    font: bold 30px/34px Arial;
}
#slider .sloldpr {
    display: block;
    overflow: hidden;
    color: #666;
    margin: 5px 0 0 5px;
    font: 14px/16px Arial;
}
#slider .sloldpr span{text-decoration: line-through; font-weight: bold;}
#slider .panel strong em {
    position: relative;
    display: block;
    float: left;
    font: bold normal 36px/40px Arial;
    color: #ff3333;
    background: #ffdb35;
    margin: 5px 0 0 5px;
    padding: 2px 10px 2px 5px;
    height: 40px;
}
#slider .panel strong em span:after{
    content: ' ';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 22px 7px 22px 0;
    border-color: transparent #ffda35 transparent transparent;
    position: absolute;
	left: -7px;
    top: 50%;
    margin-top: -22px;
}
.granouncewrap {
    margin: 30px -50px 0 0;
    overflow: hidden;
}
.granounce{
    width: 232px;
    float: left;
    margin-right: 25px;
    font-size: 14px;
}
.granounce a {
    color: #0099cc;
    text-decoration: none;
    font-weight: bold;
}
.graname{
    font: bold 16px/18px Arial;
    display: block;
    height: 35px;
    text-transform: uppercase;
}













/*
	AnythingSlider v1.8+
*/

/*****************************
  SET DEFAULT DIMENSIONS HERE
 *****************************/
/* change the ID & dimensions to match your slider */
#slider {
    height: 333px;
    width: 500px;
	list-style: none;
	/* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */
	overflow-y: auto;
	overflow-x: hidden;
}

/******************
  SET STYLING HERE
 ******************
 =================================
 Default state (no keyboard focus)
 ==================================*/
/* Overall Wrapper */
.anythingSlider-default {
	margin: 0 auto;
	/* 45px right & left padding for the arrows, 28px @ bottom for navigation */
	padding: 0;
    height: 334px;
}
/* slider window - top & bottom borders, default state */
.anythingSlider-default .anythingWindow {
	border-top: 1px solid #ccc;
	border-bottom: 0px solid #ccc;
}
/* Navigation buttons + start/stop button, default state */
.anythingSlider-default .anythingControls a {
	/* top shadow */
    position: relative;
    display: block;
	background: #d6d6d6;
	color: #d6d6d6;
    width: 10px;
    height: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    text-indent: -50px;
    overflow: hidden;
}
/* Make sure navigation text is visible */
.anythingSlider-default .anythingControls a span {
	visibility: visible;
}
/* Navigation current button, default state */
.anythingSlider-default .anythingControls a.cur {
	background: #888;
	color: #000;
}

/* start-stop button, stopped, default state */
.anythingSlider-default .anythingControls a.start-stop {
	background-color: #040;
	color: #ddd;
}
/* start-stop button, playing, default state */
.anythingSlider-default .anythingControls a.start-stop.playing {
	background-color: #800;
}

/* start-stop button, default hovered text color (when visible) */
/* hide nav/start-stop background image shadow on hover - makes the button appear to come forward */
.anythingSlider-default .anythingControls a.start-stop:hover,
.anythingSlider-default .anythingControls a.start-stop.hover,
.anythingSlider-default .anythingControls a.start-stop .anythingControls ul a:hover {
	background-image: none;
	color: #ddd;
}

/*
 =================================
 Active State (has keyboard focus)
 =================================
*/
/* slider window - top & bottom borders, active state */
.anythingSlider-default.activeSlider .anythingWindow {
	border-color: #ccc;
}
/* Navigation current & hovered button, active state */
.anythingSlider-default.activeSlider .anythingControls a.cur,
.anythingSlider-default.activeSlider .anythingControls a:hover {
	/* background image removed */
	background: #78a3cb;
}

/* start-stop button, stopped, active state */
.anythingSlider-default.activeSlider .anythingControls a.start-stop {
	background-color: #080;
	color: #fff;
}
/* start-stop button, playing, active state */
.anythingSlider-default.activeSlider .anythingControls a.start-stop.playing {
	background-color: #d00;
	color: #fff;
}
/* start-stop button, active slider hovered text color (when visible) */
.anythingSlider-default.activeSlider .start-stop:hover,
.anythingSlider-default.activeSlider .start-stop.hover {
	color: #fff;
}

/************************
  NAVIGATION POSITIONING
 ************************/
/* Navigation Arrows */
.anythingSlider-default .arrow {
	top: 50%;
	position: absolute;
	display: block;
}

.anythingSlider-default .arrow a {
	display: block;
	width: 45px;
	height: 140px;
	margin: -70px 0 0 0; /* half height of image */
	text-align: center;
	outline: 0;
	background: url(../img/default.png) no-repeat;
}

/* back arrow */
.anythingSlider-default .back { left: 0; }
.anythingSlider-default .back a { background-position: left top; }
.anythingSlider-default .back a:hover,
.anythingSlider-default .back a.hover { background-position: left -140px; }
/* forward arrow */
.anythingSlider-default .forward { right: 0; }
.anythingSlider-default .forward a { background-position: right top; }
.anythingSlider-default .forward a:hover,
.anythingSlider-default .forward a.hover { background-position: right -140px; }

/* Navigation Links */
.anythingSlider-default .anythingControls { 
    position: absolute; 
    bottom: 25px;
    right: 20px;
    outline: 0; display: none; }
.anythingSlider-default .anythingControls ul { margin: 0; padding: 0; float: left; }
.anythingSlider-default .anythingControls ul li { display: inline; }
.anythingSlider-default .anythingControls ul a {
	display: inline-block;
	text-decoration: none;
	padding: 0;
	margin: 0 5px 0 0;
	text-align: center;
	outline: 0;
}

/* navigationSize window */
.anythingSlider-default .anythingControls .anythingNavWindow {
	overflow: hidden;
	float: left;
}

/* Autoplay Start/Stop button */
.anythingSlider-default .anythingControls .start-stop {
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	text-decoration: none;
	float: right;
	z-index: 100;
	outline: 0;
}

/***********************
  IE8 AND OLDER STYLING
 ***********************/

/* Navigation Arrows */
.as-oldie .anythingSlider-default .arrow {
	top: 30%;
}
.as-oldie .anythingSlider-default .arrow a {
	margin: 0;
}

/* margin between nav buttons just looks better */
.as-oldie .anythingSlider-default .anythingControls li {
	margin-left: 3px;
}

/* When using the navigationSize option, the side margins need to be zero
	None of the navigation panels look good in IE7 now =( */
.as-oldie .anythingSlider-default .anythingControls a {
	margin: 0;
}
.as-oldie .anythingSlider-default .anythingNavWindow {
	margin: 0 2px;
}
.as-oldie .anythingSlider-default .anythingNavWindow li {
	padding: 3px 0 0 0;
}

/***********************
  COMMON SLIDER STYLING
 ***********************/
/* Overall Wrapper */
.anythingSlider {
	display: block;
	overflow: visible !important;
	position: relative;
}
/* anythingSlider viewport window */
.anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
/* anythingSlider base (original element) */
.anythingSlider .anythingBase {
	background: transparent;
	list-style: none;
	position: absolute;
	overflow: visible !important;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

/* Navigation arrow text; indent moved to span inside "a", for IE7;
  apparently, a negative text-indent on an "a" link moves the link as well as the text */
.anythingSlider .arrow span {
	display: block;
	visibility: hidden;
}
/* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */
.anythingSlider .arrow.disabled {
	display: none;
}
/* all panels inside the slider; horizontal mode */
.anythingSlider .panel {
	background: transparent;
	display: block;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
    position: relative;
}
/* vertical mode */
.anythingSlider .vertical .panel {
	float: none;
}
/* fade mode */
.anythingSlider .fade .panel {
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
/* fade mode active page - visible & on top */
.anythingSlider .fade .activePage {
	z-index: 1;
}

/***********************
  RTL STYLING
 ***********************/
/* slider autoplay right-to-left, reverse order of nav links to look better */
.anythingSlider.rtl .anythingWindow {
	direction: ltr;
	unicode-bidi: bidi-override;
}
.anythingSlider.rtl .anythingControls ul { float: left; } /* move nav link group to left */
.anythingSlider.rtl .anythingControls ul a { float: right; } /* reverse order of nav links */
.anythingSlider.rtl .start-stop { /* float: right; */ } /* move start/stop button - in case you want to switch sides */

/* probably not necessary, but added just in case */
.anythingSlider,
.anythingSlider .anythingWindow,
.anythingSlider .anythingControls ul a,
.anythingSlider .arrow a,
.anythingSlider .start-stop {
	transition-duration: 0s;
	-o-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-webkit-transition-duration: 0s;
}
