var userAgent = navigator.userAgent.toLowerCase(); // Figure out what browser is being used
var browser = {
version: (userAgent.match( /.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/ ) || [])[1],
safari: /webkit/.test( userAgent ),
google: /chrome/.test( userAgent ),
opera: /opera/.test( userAgent ),
msie: /msie/.test( userAgent ) && !/opera/.test( userAgent ),
mozilla: /mozilla/.test( userAgent ) && !/(compatible|webkit)/.test( userAgent ),
macintoshOS:/macintosh/.test(userAgent) //macintoshOS for identifying the operating system of the end user -- this identify whether the user using AppleMAc or not
};
var ver=userAgent.split('/');
ver=ver[ver.length-1].split('.');
var currentVersion=ver[0];
if(browser.version==6.0)
{
document.write ("<style>.select {position: absolute;	width: 108px;height: 30px;	padding: 8px 4px 10px 15px;	color: #0079b8;	font-size:0.75em;	overflow: hidden;	margin:0px 0px 10px 0px;}.prod-jcarousel-skin-tango .jcarousel-next-vertical{position: absolute;  bottom: 10px;	    left: 20px;    width: 16px;    height: 16px;    cursor: pointer;    background: transparent url(../Includes/Images/prod-botarrow.gif) no-repeat 0 0;}.prod-jcarousel-skin-tango .prod-jcarousel-container-vertical {width: 59px;height: 300px;padding: 15px 0px 30px 0px;margin:6px 0px 0px 1px;}.leftnavbgcont li.producto a{height: 42px; position:relative;width: 83px;background: url(../Includes/Images/sprites/nuestros.png) 0px 0px no-repeat; margin:-16px 0px 0px -20px ; padding:25px 0px 0px 32px;}.leftnavbgcont li.practices a{height: 41px; position:relative;width: 83px;background: url(../Includes/Images/sprites/solucionbut.png) 0px 0px no-repeat; margin:-7px 0px 0px -25px ;padding:20px 0px 0px 32px;}</style>");
}
else
{
document.write ("<style>.select {position: absolute;	width: 108px;height: 30px;	padding: 8px 4px 10px 15px;	color: #0079b8;	font-size:0.75em;	background: url(../Includes/Images/footerdropdown.png) 0px 0px no-repeat;	overflow: hidden;	margin:0px 0px 10px 0px;}.prod-jcarousel-skin-tango .jcarousel-next-vertical{position: absolute;  bottom: 20px;	    left: 20px;    width: 16px;    height: 16px;    cursor: pointer;    background: transparent url(../Includes/images/prod-botarrow.gif) no-repeat 0 0;}.prod-jcarousel-skin-tango .prod-jcarousel-container-vertical {width: 59px;height: 300px;padding: 20px 0px 30px 0px;margin:6px 0px 0px 1px;}.leftnavbgcont li.producto a{height: 42px; position:relative;width: 76px;background: url(../Includes/Images/sprites/nuestros.png) 0px 0px no-repeat; margin:-16px 0px 0px -39px ;padding:25px 0px 0px 39px; line-height:16px;}.leftnavbgcont li.practices a{height: 41px; position:relative;width: 83px;background: url(../Includes/Images/sprites/solucionbut.png) 0px 0px no-repeat; margin:-7px 0px 0px -45px ;padding:20px 0px 0px 35px;}</style>");
}
if( browser.version==7.0  )
{
                document.write ("<style>.instructiontwo{ padding:0px 0px 10px 30px; margin:-110px 0px 0px 0px; width:130px; text-align:right;}.instructionimgthree{margin:0px 0px 0px 0px; float:left; padding:0px;}.productwholebg{ width:499px; height:453px; margin-left:-20px; margin-top:-22px; float:left;  background:url(../Includes/images/infobg2.png) 0px 0px no-repeat; position:absolute;}</style>");
}
else
{
                document.write ("<style>.instructiontwo{ padding:0px 0px 10px 30px; margin:-110px 0px 0px 0px; width:130px; text-align:right; float:left;}.instructionimgthree{margin:-30px 0px 0px 0px; float:left; padding:0px;}.productwholebg{ width:499px; height:453px; margin-left:-20px; margin-top:-22px; float:left;  background:url(../Includes/images/infobg2.png) 0px 0px no-repeat;}</style>");
}


