.jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-container-horizontal {
    width: 540px;
    padding: 10px 40px 0;

}

.jcarousel-clip-horizontal{width: 540px;}

 .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-item {
    width: 170px;
    position: relative;
    color: #666666;
}

.jcarousel-item div p{
    width: 170px;
    padding: 7.5px 0;
    position: relative;
    margin: 0;
}

 .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
}

 .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

 .jcarousel-item-vertical {
    margin-bottom: 10px;
}

 .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
 .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 35px;
    cursor: pointer;
    background: transparent url(http://www.thecollegegroup.com/images/carousel_right_arrow.gif) no-repeat 0 0;
}

 .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(http://www.thecollegegroup.com/images/carousel_left_arrow.gif);
}

 .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 35px;
    cursor: pointer;
    background: transparent url(http://www.thecollegegroup.com/images/carousel_left_arrow.gif) no-repeat 0 0;
}

 .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(http://www.thecollegegroup.com/images/carousel_right_arrow.gif);
}

div.descriptioncolumn ul li
{
    list-style-type: square;
    margin-bottom: 0.5em;
    font-size: 11px;
    margin-left: 16px;
}

div#careers div.body p
{
    margin-bottom: 1em;
}

/* Global Reach Map - jQuery */

div#map_wrap { 
	width: 940px;
	float: left;
	height: 420px;
	position: relative;
	margin-bottom: 10px;
	overflow-x: visible; 
}

div#map_wrap div.map { position: absolute; top: 0; left: 0; width: 940px; height: 420px; overflow-x: visible; }

div#world { background: url(http://www.thecollegegroup.com/images/map_world.gif) no-repeat; z-index: 1;}
div#europe { background: url(http://www.thecollegegroup.com/images/map_europe.gif) no-repeat; z-index: 0;}

div#zoom_europe { position: absolute; top: 74px; left: 401px; cursor: pointer; background: url(http://www.thecollegegroup.com/images/zoom_europe.gif) top left no-repeat; width:145px; height:95px; }
div#zoom_world { position: absolute; bottom: 0px; right: 0px; cursor: pointer; background: url(http://www.thecollegegroup.com/images/zoom_world.gif) top left no-repeat; width:152px; height:102px; }

div#list_wrap {
	position: absolute; 
	top: 10px; 
	left: 10px; 
	z-index: 5; 
	width: 150px;
}	

div.list { 
	background: #fff; 
	border: 1px solid #d1d1d1; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 4px 5px;	
	width: 130px;
	color: #000;
	float: left;
	margin-bottom: 5px;
}

div.list h6 { cursor: pointer; display: block; }

div.list ul { margin-top: 3px; display: none; }

div.list ul li {
	list-style-type: none;
	font-size: 10px;
	width: 130px;
	display: block;
	float: left;
	margin: 0;
	padding: 2px 0px 2px 7px;
	color: #000;
	cursor: pointer;
}

div.list ul li:hover {
	color: #79b800;
}


div#owned h6 { background: url(http://www.thecollegegroup.com/images/legend_circle.png) 118px 1px no-repeat; }
div#partner h6 { background: url(http://www.thecollegegroup.com/images/legend_square.png) 118px 1px no-repeat; }

div.pin { position: absolute; cursor: pointer; z-index: 5; }
div.owned { width:15px; height:15px; background: url(http://www.thecollegegroup.com/images/pin_circle.png) no-repeat top left; }
div.partner { width:15px; height:14px; background: url(http://www.thecollegegroup.com/images/pin_square.png) no-repeat top left; }

div.label { 
	display: none;
	font-family: Georgia, serif; 
	color:#79b800; 
	font-size: 13px; 
	background: #fff; 
	border: 2px solid #d1d1d1; 
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
	border-radius: 6px; 
	float: left; 
	padding: 4px 8px 4px 26px; 
	z-index: 4;
	position: absolute;
}

div.info { 
	display: none;
	font-family: Georgia, serif; 
	color:#79b800; 
	font-size: 13px; 
	background: #fff; 
	border: 2px solid #d1d1d1; 
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
	border-radius: 6px; 
	float: left; 
	padding: 4px 0px 4px 0px; 
	z-index: 4;
	position: absolute;
	width: 220px;
}

div.info h6 {
	width: 186px;
	padding: 0 8px 4px 26px;
	border-bottom: 1px solid #ccc;
	display: block;
	position: relative;
}

div.info div.photo {
	width: 59px;
	float: left;
	padding: 10px 5px 10px 10px;
}

div.info div.copy{
	width: 126px;
	float: right;
	padding: 10px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #878787;
	line-height: 1.25;
}

div.info div.copy a {
	font-size: 11px;
}

